Html Css Color HEX #CAC492 Winter Hazel

📋 copy color: '#CAC492'

red 202 ◦ green 196 ◦ blue 146

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

Shades of Winter Hazel #CAC492

Tints of Winter Hazel #CAC492

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.03%

 BLUE value IS 146 (57.42% from 255) = 26.84%

R = 37.13%
G = 36.03%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAC492 (or 0xCAC492) is known color: Winter Hazel. HEX triplet: CA, C4 and 92. RGB value is (202,196,146). Sum of RGB (Red+Green+Blue) = 202+196+146=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC492 is #353B6D. Grayscale: #C0C0C0. Windows color (decimal): -3488622 or 9618634. OLE color: 9618634.

HSL color Cylindrical-coordinate representation of color #CAC492: hue angle of 53.57º 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 #CAC492 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 146 -
CMYK 0 0.03 0.28 0.21
HSL 53.57º 0.35% 0.68% -
HSV(B) 53.57º 0.28% 0.79% -
XYZ 49.29 54.11 35.04 -
YUV 192.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 202 196 146 0 0.03 0.28 0.21 53.57 0.35 0.68
Hex CA C4 92 0 3 1C 15 36 23 44
Octal 312 304 222 0 3 34 25 66 43 104
Binary 11001010 11000100 10010010 0 11 11100 10101 110110 100011 1000100

Color Harmonies of #CAC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC492

Black with #CAC492

Text Example


Text Example

White with #CAC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC492; }

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

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

background-color css

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

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

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

border-color css

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

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

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