#c2ad8f

Color #C2AD8F Akaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Akaroa #C2AD8F

Tints of Akaroa #C2AD8F

Color information

#C2AD8F (or 0xC2AD8F) is unknown color: approx Akaroa. HEX triplet: C2, AD and 8F. RGB value is (194,173,143). Sum of RGB (Red+Green+Blue) = 194+173+143=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD8F is #3D5270. Grayscale: #AFAFAF. Windows color (decimal): -4018801 or 9416130. OLE color: 9416130.

HSL color Cylindrical-coordinate representation of color #C2AD8F: hue angle of 35.29º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2AD8F is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194173143-
CMYK00.110.260.24
HSL35.29º29.48%66.08%-
HSV(B)35.29º26.29%76.08%-
XYZ42.1543.3432.13-
YUV175.86109.46140.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=38.04%
G=33.92%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417314300.110.260.2435.2929.4866.08
HexC2AD8F0B1A18231d42
Octal30225521701332304335102
Binary110000101010110110001111010111101011000100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2ad8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2ad8f; }

 p { color: rgb(194,173,143); }

 H1.HeaderClassName
 {
   color: #c2ad8f;
 }
 .AnyTagClassName
 {
   color: #c2ad8f;
 }
</style>
background-color css

<style>
 a { background-color: #c2ad8f; }

 a { background-color: rgb(194,173,143); }

 div.DivClassName
 {
   background-color: #c2ad8f;
 }
 .BgClassName
 {
   background-color: #c2ad8f;
 }
</style>
border-color css

<style>
 span { border-color: #c2ad8f; }

 span { border-color: rgb(194,173,143); }

 td.TdClassName
 {
   border-color: #c2ad8f;
 }
 .TagClassName
 {
   border-color: #c2ad8f;
 }
</style>