Html Css Color HEX #C4CCA0 Green Mist

📋 copy color: '#C4CCA0'

red 196 ◦ green 204 ◦ blue 160

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

Shades of Green Mist #C4CCA0

Tints of Green Mist #C4CCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.43%

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

R = 35%
G = 36.43%
B = 28.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#C4CCA0 (or 0xC4CCA0) is known color: Green Mist. HEX triplet: C4, CC and A0. RGB value is (196,204,160). Sum of RGB (Red+Green+Blue) = 196+204+160=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCA0 is #3B335F. Grayscale: #C4C4C4. Windows color (decimal): -3879776 or 10538180. OLE color: 10538180.

HSL color Cylindrical-coordinate representation of color #C4CCA0: hue angle of 70.91º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4CCA0 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 204 160 -
CMYK 0.04 0 0.22 0.2
HSL 70.91º 0.3% 0.71% -
HSV(B) 70.91º 0.22% 0.8% -
XYZ 50.7 57.46 41.68 -
YUV 196.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 196 204 160 0.04 0 0.22 0.2 70.91 0.3 0.71
Hex C4 CC A0 4 0 16 14 47 1E 47
Octal 304 314 240 4 0 26 24 107 36 107
Binary 11000100 11001100 10100000 100 0 10110 10100 1000111 11110 1000111

Color Harmonies of #C4CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCA0

Black with #C4CCA0

Text Example


Text Example

White with #C4CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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