#CAC755

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

Shades of Wild Willow #CAC755

Tints of Wild Willow #CAC755

Color information

#CAC755 (or 0xCAC755) is unknown color: approx Wild Willow. HEX triplet: CA, C7 and 55. RGB value is (202,199,85). Sum of RGB (Red+Green+Blue) = 202+199+85=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC755 is #3538AA. Grayscale: #BBBBBB. Windows color (decimal): -3487915 or 5621706. OLE color: 5621706.

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

Color convert

RGB20219985-
CMYK00.010.580.21
HSL58.46º52.47%56.27%-
HSV(B)58.46º57.92%79.22%-
XYZ46.4254.0616.58-
YUV186.970.49138.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 199 (78.12% from 255) = 40.95%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=41.56%
G=40.95%
B=17.49%

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
Decimal2021998500.010.580.2158.4652.4756.27
HexCAC755013A153a3438
Octal312307125017225726470
Binary110010101100011110101010111101010101111010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC755; }

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

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

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

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

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

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

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

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