#C4C08D

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

Shades of Coriander #C4C08D

Tints of Coriander #C4C08D

Color information

#C4C08D (or 0xC4C08D) is unknown color: approx Coriander. HEX triplet: C4, C0 and 8D. RGB value is (196,192,141). Sum of RGB (Red+Green+Blue) = 196+192+141=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C08D is #3B3F72. Grayscale: #BBBBBB. Windows color (decimal): -3882867 or 9289924. OLE color: 9289924.

HSL color Cylindrical-coordinate representation of color #C4C08D: hue angle of 55.64º degrees, saturation: 0.32, 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 #C4C08D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196192141-
CMYK00.020.280.23
HSL55.64º31.79%66.08%-
HSV(B)55.64º28.06%76.86%-
XYZ46.4251.3632.67-
YUV187.38101.83134.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=37.05%
G=36.29%
B=26.65%

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
Decimal19619214100.020.280.2355.6431.7966.08
HexC4C08D021C17382042
Octal3043002150234277040102
Binary11000100110000001000110101011100101111110001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C08D; }

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

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

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

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

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

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

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

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