Html Css Color HEX #CAC380 Winter Hazel

📋 copy color: '#CAC380'

red 202 ◦ green 195 ◦ blue 128

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

Shades of Winter Hazel #CAC380

Tints of Winter Hazel #CAC380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.38%

R = 38.48%
G = 37.14%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CAC380 (or 0xCAC380) is known color: Winter Hazel. HEX triplet: CA, C3 and 80. RGB value is (202,195,128). Sum of RGB (Red+Green+Blue) = 202+195+128=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC380 is #353C7F. Grayscale: #BDBDBD. Windows color (decimal): -3488896 or 8438730. OLE color: 8438730.

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

Color convert

RGB 202 195 128 -
CMYK 0 0.03 0.37 0.21
HSL 54.32º 0.41% 0.65% -
HSV(B) 54.32º 0.37% 0.79% -
XYZ 47.77 53.15 28.16 -
YUV 189.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 202 195 128 0 0.03 0.37 0.21 54.32 0.41 0.65
Hex CA C3 80 0 3 25 15 36 29 41
Octal 312 303 200 0 3 45 25 66 51 101
Binary 11001010 11000011 10000000 0 11 100101 10101 110110 101001 1000001

Color Harmonies of #CAC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC380

Black with #CAC380

Text Example


Text Example

White with #CAC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC380; }

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

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

background-color css

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

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

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

border-color css

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

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

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