Html Css Color HEX #CAC693 Green Mist

📋 copy color: '#CAC693'

red 202 ◦ green 198 ◦ blue 147

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

Shades of Green Mist #CAC693

Tints of Green Mist #CAC693

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

 BLUE value IS 147 (57.81% from 255) = 26.87%

R = 36.93%
G = 36.2%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAC693 (or 0xCAC693) is known color: Green Mist. HEX triplet: CA, C6 and 93. RGB value is (202,198,147). Sum of RGB (Red+Green+Blue) = 202+198+147=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC693 is #35396C. Grayscale: #C1C1C1. Windows color (decimal): -3488109 or 9684682. OLE color: 9684682.

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

Color convert

RGB 202 198 147 -
CMYK 0 0.02 0.27 0.21
HSL 55.64º 0.34% 0.68% -
HSV(B) 55.64º 0.27% 0.79% -
XYZ 49.82 55.05 35.6 -
YUV 193.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 202 198 147 0 0.02 0.27 0.21 55.64 0.34 0.68
Hex CA C6 93 0 2 1B 15 38 22 44
Octal 312 306 223 0 2 33 25 70 42 104
Binary 11001010 11000110 10010011 0 10 11011 10101 111000 100010 1000100

Color Harmonies of #CAC693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC693

Black with #CAC693

Text Example


Text Example

White with #CAC693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC693; }

 p { color: rgb(202,198,147); }

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

background-color css

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

 a { background-color: rgb(202,198,147); }

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

border-color css

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

 span { border-color: rgb(202,198,147); }

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