Html Css Color HEX #CAC691 Winter Hazel

📋 copy color: '#CAC691'

red 202 ◦ green 198 ◦ blue 145

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

Shades of Winter Hazel #CAC691

Tints of Winter Hazel #CAC691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.61%

R = 37.06%
G = 36.33%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAC691 (or 0xCAC691) is known color: Winter Hazel. HEX triplet: CA, C6 and 91. RGB value is (202,198,145). Sum of RGB (Red+Green+Blue) = 202+198+145=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC691 is #35396E. Grayscale: #C1C1C1. Windows color (decimal): -3488111 or 9553610. OLE color: 9553610.

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

Color convert

RGB 202 198 145 -
CMYK 0 0.02 0.28 0.21
HSL 55.79º 0.35% 0.68% -
HSV(B) 55.79º 0.28% 0.79% -
XYZ 49.66 54.99 34.78 -
YUV 193.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 202 198 145 0 0.02 0.28 0.21 55.79 0.35 0.68
Hex CA C6 91 0 2 1C 15 38 23 44
Octal 312 306 221 0 2 34 25 70 43 104
Binary 11001010 11000110 10010001 0 10 11100 10101 111000 100011 1000100

Color Harmonies of #CAC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC691

Black with #CAC691

Text Example


Text Example

White with #CAC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC691; }

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

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

background-color css

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

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

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

border-color css

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

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

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