Html Css Color HEX #CAC384 Winter Hazel

📋 copy color: '#CAC384'

red 202 ◦ green 195 ◦ blue 132

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

Shades of Winter Hazel #CAC384

Tints of Winter Hazel #CAC384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.95%

R = 38.19%
G = 36.86%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CAC384 (or 0xCAC384) is known color: Winter Hazel. HEX triplet: CA, C3 and 84. RGB value is (202,195,132). Sum of RGB (Red+Green+Blue) = 202+195+132=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC384 is #353C7B. Grayscale: #BEBEBE. Windows color (decimal): -3488892 or 8700874. OLE color: 8700874.

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

Color convert

RGB 202 195 132 -
CMYK 0 0.03 0.35 0.21
HSL 54º 0.4% 0.65% -
HSV(B) 54º 0.35% 0.79% -
XYZ 48.04 53.25 29.58 -
YUV 189.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 202 195 132 0 0.03 0.35 0.21 54 0.4 0.65
Hex CA C3 84 0 3 23 15 36 28 41
Octal 312 303 204 0 3 43 25 66 50 101
Binary 11001010 11000011 10000100 0 11 100011 10101 110110 101000 1000001

Color Harmonies of #CAC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC384

Black with #CAC384

Text Example


Text Example

White with #CAC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC384; }

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

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

background-color css

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

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

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

border-color css

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

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

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