Html Css Color HEX #CAC487 Winter Hazel

📋 copy color: '#CAC487'

red 202 ◦ green 196 ◦ blue 135

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

Shades of Winter Hazel #CAC487

Tints of Winter Hazel #CAC487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.33%

R = 37.9%
G = 36.77%
B = 25.33%

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

#CAC487 (or 0xCAC487) is known color: Winter Hazel. HEX triplet: CA, C4 and 87. RGB value is (202,196,135). Sum of RGB (Red+Green+Blue) = 202+196+135=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC487 is #353B78. Grayscale: #BFBFBF. Windows color (decimal): -3488633 or 8897738. OLE color: 8897738.

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

Color convert

RGB 202 196 135 -
CMYK 0 0.03 0.33 0.21
HSL 54.63º 0.39% 0.66% -
HSV(B) 54.63º 0.33% 0.79% -
XYZ 48.47 53.79 30.75 -
YUV 190.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 202 196 135 0 0.03 0.33 0.21 54.63 0.39 0.66
Hex CA C4 87 0 3 21 15 37 27 42
Octal 312 304 207 0 3 41 25 67 47 102
Binary 11001010 11000100 10000111 0 11 100001 10101 110111 100111 1000010

Color Harmonies of #CAC487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC487

Black with #CAC487

Text Example


Text Example

White with #CAC487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC487; }

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

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

background-color css

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

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

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

border-color css

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

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

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