Html Css Color HEX #CAC482 Winter Hazel

📋 copy color: '#CAC482'

red 202 ◦ green 196 ◦ blue 130

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

Shades of Winter Hazel #CAC482

Tints of Winter Hazel #CAC482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.62%

R = 38.26%
G = 37.12%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAC482 (or 0xCAC482) is known color: Winter Hazel. HEX triplet: CA, C4 and 82. RGB value is (202,196,130). Sum of RGB (Red+Green+Blue) = 202+196+130=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC482 is #353B7D. Grayscale: #BEBEBE. Windows color (decimal): -3488638 or 8570058. OLE color: 8570058.

HSL color Cylindrical-coordinate representation of color #CAC482: hue angle of 55º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAC482 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 130 -
CMYK 0 0.03 0.36 0.21
HSL 55º 0.4% 0.65% -
HSV(B) 55º 0.36% 0.79% -
XYZ 48.13 53.65 28.94 -
YUV 190.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 202 196 130 0 0.03 0.36 0.21 55 0.4 0.65
Hex CA C4 82 0 3 24 15 37 28 41
Octal 312 304 202 0 3 44 25 67 50 101
Binary 11001010 11000100 10000010 0 11 100100 10101 110111 101000 1000001

Color Harmonies of #CAC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC482

Black with #CAC482

Text Example


Text Example

White with #CAC482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC482; }

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

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

background-color css

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

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

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

border-color css

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

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

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