#CAC754

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

Shades of Wild Willow #CAC754

Tints of Wild Willow #CAC754

Color information

#CAC754 (or 0xCAC754) is unknown color: approx Wild Willow. HEX triplet: CA, C7 and 54. RGB value is (202,199,84). Sum of RGB (Red+Green+Blue) = 202+199+84=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC754 is #3538AB. Grayscale: #BBBBBB. Windows color (decimal): -3487916 or 5556170. OLE color: 5556170.

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

Color convert

RGB20219984-
CMYK00.010.580.21
HSL58.47º52.68%56.08%-
HSV(B)58.47º58.42%79.22%-
XYZ46.3854.0416.37-
YUV186.7969.99138.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 84 (33.20% from 255) = 17.32%
R=41.65%
G=41.03%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021998400.010.580.2158.4752.6856.08
HexCAC754013A153a3538
Octal312307124017225726570
Binary110010101100011110101000111101010101111010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC754; }

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

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

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

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

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

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

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

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