#CAC752

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

Shades of Wild Willow #CAC752

Tints of Wild Willow #CAC752

Color information

#CAC752 (or 0xCAC752) is unknown color: approx Wild Willow. HEX triplet: CA, C7 and 52. RGB value is (202,199,82). Sum of RGB (Red+Green+Blue) = 202+199+82=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC752 is #3538AD. Grayscale: #BBBBBB. Windows color (decimal): -3487918 or 5425098. OLE color: 5425098.

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

Color convert

RGB20219982-
CMYK00.010.590.21
HSL58.5º53.1%55.69%-
HSV(B)58.5º59.41%79.22%-
XYZ46.354.0115.97-
YUV186.5668.99139.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 199 (78.12% from 255) = 41.20%
BLUE value IS 82 (32.42% from 255) = 16.98%
R=41.82%
G=41.20%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021998200.010.590.2158.553.155.69
HexCAC752013B153a3538
Octal312307122017325726570
Binary110010101100011110100100111101110101111010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC752; }

 p { color: rgb(202,199,82); }

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

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

 a { background-color: rgb(202,199,82); }

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

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

 span { border-color: rgb(202,199,82); }

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