Html Css Color HEX #CAC194 Winter Hazel

📋 copy color: '#CAC194'

red 202 ◦ green 193 ◦ blue 148

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

Shades of Winter Hazel #CAC194

Tints of Winter Hazel #CAC194

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.54%

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

R = 37.2%
G = 35.54%
B = 27.26%

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

#CAC194 (or 0xCAC194) is known color: Winter Hazel. HEX triplet: CA, C1 and 94. RGB value is (202,193,148). Sum of RGB (Red+Green+Blue) = 202+193+148=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC194 is #353E6B. Grayscale: #BEBEBE. Windows color (decimal): -3489388 or 9748938. OLE color: 9748938.

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

Color convert

RGB 202 193 148 -
CMYK 0 0.04 0.27 0.21
HSL 50º 0.34% 0.69% -
HSV(B) 50º 0.27% 0.79% -
XYZ 48.77 52.83 35.64 -
YUV 190.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 202 193 148 0 0.04 0.27 0.21 50 0.34 0.69
Hex CA C1 94 0 4 1B 15 32 22 45
Octal 312 301 224 0 4 33 25 62 42 105
Binary 11001010 11000001 10010100 0 100 11011 10101 110010 100010 1000101

Color Harmonies of #CAC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC194

Black with #CAC194

Text Example


Text Example

White with #CAC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC194; }

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

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

background-color css

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

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

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

border-color css

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

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

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