#C4C08F

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

Shades of Coriander #C4C08F

Tints of Coriander #C4C08F

Color information

#C4C08F (or 0xC4C08F) is unknown color: approx Coriander. HEX triplet: C4, C0 and 8F. RGB value is (196,192,143). Sum of RGB (Red+Green+Blue) = 196+192+143=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C08F is #3B3F70. Grayscale: #BBBBBB. Windows color (decimal): -3882865 or 9420996. OLE color: 9420996.

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

Color convert

RGB196192143-
CMYK00.020.270.23
HSL55.47º30.99%66.47%-
HSV(B)55.47º27.04%76.86%-
XYZ46.5751.4233.46-
YUV187.61102.83133.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 143 (56.25% from 255) = 26.93%
R=36.91%
G=36.16%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619214300.020.270.2355.4730.9966.47
HexC4C08F021B17371f42
Octal3043002170233276737102
Binary1100010011000000100011110101101110111110111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C08F; }

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

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

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

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

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

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

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

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