Html Css Color HEX #CAC293 Winter Hazel

📋 copy color: '#CAC293'

red 202 ◦ green 194 ◦ blue 147

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

Shades of Winter Hazel #CAC293

Tints of Winter Hazel #CAC293

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

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

R = 37.2%
G = 35.73%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAC293 (or 0xCAC293) is known color: Winter Hazel. HEX triplet: CA, C2 and 93. RGB value is (202,194,147). Sum of RGB (Red+Green+Blue) = 202+194+147=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC293 is #353D6C. Grayscale: #BFBFBF. Windows color (decimal): -3489133 or 9683658. OLE color: 9683658.

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

Color convert

RGB 202 194 147 -
CMYK 0 0.04 0.27 0.21
HSL 51.27º 0.34% 0.68% -
HSV(B) 51.27º 0.27% 0.79% -
XYZ 48.92 53.25 35.3 -
YUV 191.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 202 194 147 0 0.04 0.27 0.21 51.27 0.34 0.68
Hex CA C2 93 0 4 1B 15 33 22 44
Octal 312 302 223 0 4 33 25 63 42 104
Binary 11001010 11000010 10010011 0 100 11011 10101 110011 100010 1000100

Color Harmonies of #CAC293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC293

Black with #CAC293

Text Example


Text Example

White with #CAC293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC293; }

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

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

background-color css

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

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

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

border-color css

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

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

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