Html Css Color HEX #CAC485 Winter Hazel

📋 copy color: '#CAC485'

red 202 ◦ green 196 ◦ blue 133

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

Shades of Winter Hazel #CAC485

Tints of Winter Hazel #CAC485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.05%

R = 38.04%
G = 36.91%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CAC485 (or 0xCAC485) is known color: Winter Hazel. HEX triplet: CA, C4 and 85. RGB value is (202,196,133). Sum of RGB (Red+Green+Blue) = 202+196+133=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC485 is #353B7A. Grayscale: #BEBEBE. Windows color (decimal): -3488635 or 8766666. OLE color: 8766666.

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

Color convert

RGB 202 196 133 -
CMYK 0 0.03 0.34 0.21
HSL 54.78º 0.39% 0.66% -
HSV(B) 54.78º 0.34% 0.79% -
XYZ 48.33 53.73 30.01 -
YUV 190.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 202 196 133 0 0.03 0.34 0.21 54.78 0.39 0.66
Hex CA C4 85 0 3 22 15 37 27 42
Octal 312 304 205 0 3 42 25 67 47 102
Binary 11001010 11000100 10000101 0 11 100010 10101 110111 100111 1000010

Color Harmonies of #CAC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC485

Black with #CAC485

Text Example


Text Example

White with #CAC485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC485; }

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

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

background-color css

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

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

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

border-color css

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

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

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