Html Css Color HEX #CAC088 Winter Hazel

📋 copy color: '#CAC088'

red 202 ◦ green 192 ◦ blue 136

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

Shades of Winter Hazel #CAC088

Tints of Winter Hazel #CAC088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.66%

R = 38.11%
G = 36.23%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAC088 (or 0xCAC088) is known color: Winter Hazel. HEX triplet: CA, C0 and 88. RGB value is (202,192,136). Sum of RGB (Red+Green+Blue) = 202+192+136=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC088 is #353F77. Grayscale: #BCBCBC. Windows color (decimal): -3489656 or 8962250. OLE color: 8962250.

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

Color convert

RGB 202 192 136 -
CMYK 0 0.05 0.33 0.21
HSL 50.91º 0.38% 0.66% -
HSV(B) 50.91º 0.33% 0.79% -
XYZ 47.65 52.03 30.82 -
YUV 188.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 202 192 136 0 0.05 0.33 0.21 50.91 0.38 0.66
Hex CA C0 88 0 5 21 15 33 26 42
Octal 312 300 210 0 5 41 25 63 46 102
Binary 11001010 11000000 10001000 0 101 100001 10101 110011 100110 1000010

Color Harmonies of #CAC088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC088

Black with #CAC088

Text Example


Text Example

White with #CAC088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC088; }

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

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

background-color css

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

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

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

border-color css

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

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

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