Html Css Color HEX #CAC488 Winter Hazel

📋 copy color: '#CAC488'

red 202 ◦ green 196 ◦ blue 136

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

Shades of Winter Hazel #CAC488

Tints of Winter Hazel #CAC488

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.7%

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

R = 37.83%
G = 36.7%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAC488 (or 0xCAC488) is known color: Winter Hazel. HEX triplet: CA, C4 and 88. RGB value is (202,196,136). Sum of RGB (Red+Green+Blue) = 202+196+136=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC488 is #353B77. Grayscale: #BFBFBF. Windows color (decimal): -3488632 or 8963274. OLE color: 8963274.

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

Color convert

RGB 202 196 136 -
CMYK 0 0.03 0.33 0.21
HSL 54.55º 0.38% 0.66% -
HSV(B) 54.55º 0.33% 0.79% -
XYZ 48.54 53.81 31.12 -
YUV 190.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 202 196 136 0 0.03 0.33 0.21 54.55 0.38 0.66
Hex CA C4 88 0 3 21 15 37 26 42
Octal 312 304 210 0 3 41 25 67 46 102
Binary 11001010 11000100 10001000 0 11 100001 10101 110111 100110 1000010

Color Harmonies of #CAC488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC488

Black with #CAC488

Text Example


Text Example

White with #CAC488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC488; }

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

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

background-color css

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

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

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

border-color css

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

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

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