Html Css Color HEX #CAC089 Winter Hazel

📋 copy color: '#CAC089'

red 202 ◦ green 192 ◦ blue 137

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

Shades of Winter Hazel #CAC089

Tints of Winter Hazel #CAC089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.8%

R = 38.04%
G = 36.16%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CAC089 (or 0xCAC089) is known color: Winter Hazel. HEX triplet: CA, C0 and 89. RGB value is (202,192,137). Sum of RGB (Red+Green+Blue) = 202+192+137=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC089 is #353F76. Grayscale: #BCBCBC. Windows color (decimal): -3489655 or 9027786. OLE color: 9027786.

HSL color Cylindrical-coordinate representation of color #CAC089: hue angle of 50.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC089 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 137 -
CMYK 0 0.05 0.32 0.21
HSL 50.77º 0.38% 0.66% -
HSV(B) 50.77º 0.32% 0.79% -
XYZ 47.72 52.06 31.2 -
YUV 188.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 202 192 137 0 0.05 0.32 0.21 50.77 0.38 0.66
Hex CA C0 89 0 5 20 15 33 26 42
Octal 312 300 211 0 5 40 25 63 46 102
Binary 11001010 11000000 10001001 0 101 100000 10101 110011 100110 1000010

Color Harmonies of #CAC089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC089

Black with #CAC089

Text Example


Text Example

White with #CAC089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC089; }

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

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

background-color css

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

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

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

border-color css

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

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

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