Html Css Color HEX #C4C08E Coriander

📋 copy color: '#C4C08E'

red 196 ◦ green 192 ◦ blue 142

#C4C08E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coriander #C4C08E

Tints of Coriander #C4C08E

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 value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4C08E (or 0xC4C08E) is known color: 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

RGB 196 192 142 -
CMYK 0 0.02 0.28 0.23
HSL 55.56º 0.31% 0.66% -
HSV(B) 55.56º 0.28% 0.77% -
XYZ 46.5 51.39 33.06 -
YUV 187.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 196 192 142 0 0.02 0.28 0.23 55.56 0.31 0.66
Hex C4 C0 8E 0 2 1C 17 38 1F 42
Octal 304 300 216 0 2 34 27 70 37 102
Binary 11000100 11000000 10001110 0 10 11100 10111 111000 11111 1000010

Color Harmonies of #C4C08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C08E

Black with #C4C08E

Text Example


Text Example

White with #C4C08E

Text Example


Text Example

HTML Codes & Css Web 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>