Html Css Color HEX #CAC392 Winter Hazel

📋 copy color: '#CAC392'

red 202 ◦ green 195 ◦ blue 146

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

Shades of Winter Hazel #CAC392

Tints of Winter Hazel #CAC392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.91%

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

R = 37.2%
G = 35.91%
B = 26.89%

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

#CAC392 (or 0xCAC392) is known color: Winter Hazel. HEX triplet: CA, C3 and 92. RGB value is (202,195,146). Sum of RGB (Red+Green+Blue) = 202+195+146=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC392 is #353C6D. Grayscale: #BFBFBF. Windows color (decimal): -3488878 or 9618378. OLE color: 9618378.

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

Color convert

RGB 202 195 146 -
CMYK 0 0.03 0.28 0.21
HSL 52.5º 0.35% 0.68% -
HSV(B) 52.5º 0.28% 0.79% -
XYZ 49.06 53.66 34.97 -
YUV 191.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 202 195 146 0 0.03 0.28 0.21 52.5 0.35 0.68
Hex CA C3 92 0 3 1C 15 34 23 44
Octal 312 303 222 0 3 34 25 64 43 104
Binary 11001010 11000011 10010010 0 11 11100 10101 110100 100011 1000100

Color Harmonies of #CAC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC392

Black with #CAC392

Text Example


Text Example

White with #CAC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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