#C4C08E

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

Shades of Coriander #C4C08E

Tints of Coriander #C4C08E

Color information

#C4C08E (or 0xC4C08E) is unknown color: approx Coriander. HEX triplet: C4, C0 and 8E. RGB value is (196,192,142). Sum of RGB (Red+Green+Blue) = 196+192+142=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C08E is #3B3F71. Grayscale: #BBBBBB. Windows color (decimal): -3882866 or 9355460. OLE color: 9355460.

HSL color Cylindrical-coordinate representation of color #C4C08E: hue angle of 55.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4C08E is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196192142-
CMYK00.020.280.23
HSL55.56º31.4%66.27%-
HSV(B)55.56º27.55%76.86%-
XYZ46.551.3933.06-
YUV187.5102.33134.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=36.98%
G=36.23%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619214200.020.280.2355.5631.466.27
HexC4C08E021C17381f42
Octal3043002160234277037102
Binary1100010011000000100011100101110010111111000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C08E; }

 p { color: rgb(196,192,142); }

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

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

 a { background-color: rgb(196,192,142); }

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

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

 span { border-color: rgb(196,192,142); }

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