#CAC553

Color #CAC553 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CAC553

Tints of Wild Willow #CAC553

Color information

#CAC553 (or 0xCAC553) is unknown color: approx Wild Willow. HEX triplet: CA, C5 and 53. RGB value is (202,197,83). Sum of RGB (Red+Green+Blue) = 202+197+83=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC553 is #353AAC. Grayscale: #B9B9B9. Windows color (decimal): -3488429 or 5490122. OLE color: 5490122.

HSL color Cylindrical-coordinate representation of color #CAC553: hue angle of 57.48º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAC553 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20219783-
CMYK00.020.590.21
HSL57.48º52.89%55.88%-
HSV(B)57.48º58.91%79.22%-
XYZ45.8853.1116.02-
YUV185.570.16139.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 83 (32.81% from 255) = 17.22%
R=41.91%
G=40.87%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021978300.020.590.2157.4852.8955.88
HexCAC553023B15393538
Octal312305123027325716570
Binary1100101011000101101001101011101110101111001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC553; }

 p { color: rgb(202,197,83); }

 H1.HeaderClassName
 {
   color: #CAC553;
 }
 .AnyTagClassName
 {
   color: #CAC553;
 }
</style>
background-color css

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

 a { background-color: rgb(202,197,83); }

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

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

 span { border-color: rgb(202,197,83); }

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