#C4C08C

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

Shades of Coriander #C4C08C

Tints of Coriander #C4C08C

Color information

#C4C08C (or 0xC4C08C) is unknown color: approx Coriander. HEX triplet: C4, C0 and 8C. RGB value is (196,192,140). Sum of RGB (Red+Green+Blue) = 196+192+140=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C08C is #3B3F73. Grayscale: #BBBBBB. Windows color (decimal): -3882868 or 9224388. OLE color: 9224388.

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

Color convert

RGB196192140-
CMYK00.020.290.23
HSL55.71º32.18%65.88%-
HSV(B)55.71º28.57%76.86%-
XYZ46.3551.3332.28-
YUV187.27101.33134.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=37.12%
G=36.36%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619214000.020.290.2355.7132.1865.88
HexC4C08C021D17382042
Octal3043002140235277040102
Binary11000100110000001000110001011101101111110001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C08C; }

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

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

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

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

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

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

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

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