Html Css Color HEX #C4CAA0 Green Mist

📋 copy color: '#C4CAA0'

red 196 ◦ green 202 ◦ blue 160

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

Shades of Green Mist #C4CAA0

Tints of Green Mist #C4CAA0

RGB

 RED value IS 196 (76.95% from 255) = 35.13%

 GREEN value IS 202 (79.3% from 255) = 36.2%

 BLUE value IS 160 (62.89% from 255) = 28.67%

R = 35.13%
G = 36.2%
B = 28.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C4CAA0 (or 0xC4CAA0) is known color: Green Mist. HEX triplet: C4, CA and A0. RGB value is (196,202,160). Sum of RGB (Red+Green+Blue) = 196+202+160=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CAA0 is #3B355F. Grayscale: #C3C3C3. Windows color (decimal): -3880288 or 10537668. OLE color: 10537668.

HSL color Cylindrical-coordinate representation of color #C4CAA0: hue angle of 68.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4CAA0 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 160 -
CMYK 0.03 0 0.21 0.21
HSL 68.57º 0.28% 0.71% -
HSV(B) 68.57º 0.21% 0.79% -
XYZ 50.23 56.51 41.52 -
YUV 195.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 196 202 160 0.03 0 0.21 0.21 68.57 0.28 0.71
Hex C4 CA A0 3 0 15 15 45 1C 47
Octal 304 312 240 3 0 25 25 105 34 107
Binary 11000100 11001010 10100000 11 0 10101 10101 1000101 11100 1000111

Color Harmonies of #C4CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAA0

Black with #C4CAA0

Text Example


Text Example

White with #C4CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAA0; }

 p { color: rgb(196,202,160); }

 H1.HeaderClassName
 {
   color: #C4CAA0;
 }
 .AnyTagClassName
 {
   color: #C4CAA0;
 }
</style>

background-color css

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

 a { background-color: rgb(196,202,160); }

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

border-color css

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

 span { border-color: rgb(196,202,160); }

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