Html Css Color HEX #CAC092 Winter Hazel

📋 copy color: '#CAC092'

red 202 ◦ green 192 ◦ blue 146

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

Shades of Winter Hazel #CAC092

Tints of Winter Hazel #CAC092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.56%

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

R = 37.41%
G = 35.56%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAC092 (or 0xCAC092) is known color: Winter Hazel. HEX triplet: CA, C0 and 92. RGB value is (202,192,146). Sum of RGB (Red+Green+Blue) = 202+192+146=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC092 is #353F6D. Grayscale: #BDBDBD. Windows color (decimal): -3489646 or 9617610. OLE color: 9617610.

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

Color convert

RGB 202 192 146 -
CMYK 0 0.05 0.28 0.21
HSL 49.29º 0.35% 0.68% -
HSV(B) 49.29º 0.28% 0.79% -
XYZ 48.4 52.33 34.74 -
YUV 189.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 202 192 146 0 0.05 0.28 0.21 49.29 0.35 0.68
Hex CA C0 92 0 5 1C 15 31 23 44
Octal 312 300 222 0 5 34 25 61 43 104
Binary 11001010 11000000 10010010 0 101 11100 10101 110001 100011 1000100

Color Harmonies of #CAC092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC092

Black with #CAC092

Text Example


Text Example

White with #CAC092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC092; }

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

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

background-color css

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

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

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

border-color css

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

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

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