Html Css Color HEX #CAC382 Winter Hazel

📋 copy color: '#CAC382'

red 202 ◦ green 195 ◦ blue 130

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

Shades of Winter Hazel #CAC382

Tints of Winter Hazel #CAC382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37%

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

R = 38.33%
G = 37%
B = 24.67%

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

#CAC382 (or 0xCAC382) is known color: Winter Hazel. HEX triplet: CA, C3 and 82. RGB value is (202,195,130). Sum of RGB (Red+Green+Blue) = 202+195+130=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC382 is #353C7D. Grayscale: #BDBDBD. Windows color (decimal): -3488894 or 8569802. OLE color: 8569802.

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

Color convert

RGB 202 195 130 -
CMYK 0 0.03 0.36 0.21
HSL 54.17º 0.4% 0.65% -
HSV(B) 54.17º 0.36% 0.79% -
XYZ 47.9 53.2 28.86 -
YUV 189.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 202 195 130 0 0.03 0.36 0.21 54.17 0.4 0.65
Hex CA C3 82 0 3 24 15 36 28 41
Octal 312 303 202 0 3 44 25 66 50 101
Binary 11001010 11000011 10000010 0 11 100100 10101 110110 101000 1000001

Color Harmonies of #CAC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC382

Black with #CAC382

Text Example


Text Example

White with #CAC382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC382; }

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

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

background-color css

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

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

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

border-color css

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

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

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