Html Css Color HEX #CAC595 Green Mist

📋 copy color: '#CAC595'

red 202 ◦ green 197 ◦ blue 149

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

Shades of Green Mist #CAC595

Tints of Green Mist #CAC595

RGB

 RED value IS 202 (79.3% from 255) = 36.86%

 GREEN value IS 197 (77.34% from 255) = 35.95%

 BLUE value IS 149 (58.59% from 255) = 27.19%

R = 36.86%
G = 35.95%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAC595 (or 0xCAC595) is known color: Green Mist. HEX triplet: CA, C5 and 95. RGB value is (202,197,149). Sum of RGB (Red+Green+Blue) = 202+197+149=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC595 is #353A6A. Grayscale: #C1C1C1. Windows color (decimal): -3488363 or 9815498. OLE color: 9815498.

HSL color Cylindrical-coordinate representation of color #CAC595: hue angle of 54.34º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAC595 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 149 -
CMYK 0 0.02 0.26 0.21
HSL 54.34º 0.33% 0.69% -
HSV(B) 54.34º 0.26% 0.79% -
XYZ 49.75 54.66 36.36 -
YUV 193.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 202 197 149 0 0.02 0.26 0.21 54.34 0.33 0.69
Hex CA C5 95 0 2 1A 15 36 21 45
Octal 312 305 225 0 2 32 25 66 41 105
Binary 11001010 11000101 10010101 0 10 11010 10101 110110 100001 1000101

Color Harmonies of #CAC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC595

Black with #CAC595

Text Example


Text Example

White with #CAC595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC595; }

 p { color: rgb(202,197,149); }

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

background-color css

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

 a { background-color: rgb(202,197,149); }

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

border-color css

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

 span { border-color: rgb(202,197,149); }

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