Html Css Color HEX #CAC192 Winter Hazel

📋 copy color: '#CAC192'

red 202 ◦ green 193 ◦ blue 146

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

Shades of Winter Hazel #CAC192

Tints of Winter Hazel #CAC192

RGB

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

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

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

R = 37.34%
G = 35.67%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAC192 (or 0xCAC192) is known color: Winter Hazel. HEX triplet: CA, C1 and 92. RGB value is (202,193,146). Sum of RGB (Red+Green+Blue) = 202+193+146=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC192 is #353E6D. Grayscale: #BEBEBE. Windows color (decimal): -3489390 or 9617866. OLE color: 9617866.

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

Color convert

RGB 202 193 146 -
CMYK 0 0.04 0.28 0.21
HSL 50.36º 0.35% 0.68% -
HSV(B) 50.36º 0.28% 0.79% -
XYZ 48.62 52.77 34.82 -
YUV 190.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 202 193 146 0 0.04 0.28 0.21 50.36 0.35 0.68
Hex CA C1 92 0 4 1C 15 32 23 44
Octal 312 301 222 0 4 34 25 62 43 104
Binary 11001010 11000001 10010010 0 100 11100 10101 110010 100011 1000100

Color Harmonies of #CAC192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC192

Black with #CAC192

Text Example


Text Example

White with #CAC192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC192; }

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

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

background-color css

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

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

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

border-color css

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

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

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