Html Css Color HEX #CAC394 Winter Hazel

📋 copy color: '#CAC394'

red 202 ◦ green 195 ◦ blue 148

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

Shades of Winter Hazel #CAC394

Tints of Winter Hazel #CAC394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 37.06%
G = 35.78%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAC394 (or 0xCAC394) is known color: Winter Hazel. HEX triplet: CA, C3 and 94. RGB value is (202,195,148). Sum of RGB (Red+Green+Blue) = 202+195+148=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC394 is #353C6B. Grayscale: #BFBFBF. Windows color (decimal): -3488876 or 9749450. OLE color: 9749450.

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

Color convert

RGB 202 195 148 -
CMYK 0 0.03 0.27 0.21
HSL 52.22º 0.34% 0.69% -
HSV(B) 52.22º 0.27% 0.79% -
XYZ 49.22 53.72 35.79 -
YUV 191.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 202 195 148 0 0.03 0.27 0.21 52.22 0.34 0.69
Hex CA C3 94 0 3 1B 15 34 22 45
Octal 312 303 224 0 3 33 25 64 42 105
Binary 11001010 11000011 10010100 0 11 11011 10101 110100 100010 1000101

Color Harmonies of #CAC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC394

Black with #CAC394

Text Example


Text Example

White with #CAC394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC394; }

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

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

background-color css

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

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

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

border-color css

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

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

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