#CAC455

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

Shades of Wild Willow #CAC455

Tints of Wild Willow #CAC455

Color information

#CAC455 (or 0xCAC455) is unknown color: approx Wild Willow. HEX triplet: CA, C4 and 55. RGB value is (202,196,85). Sum of RGB (Red+Green+Blue) = 202+196+85=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC455 is #353BAA. Grayscale: #B9B9B9. Windows color (decimal): -3488683 or 5620938. OLE color: 5620938.

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

Color convert

RGB20219685-
CMYK00.030.580.21
HSL56.92º52.47%56.27%-
HSV(B)56.92º57.92%79.22%-
XYZ45.7452.6916.35-
YUV185.1471.49140.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 85 (33.59% from 255) = 17.60%
R=41.82%
G=40.58%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021968500.030.580.2156.9252.4756.27
HexCAC455033A15393438
Octal312304125037225716470
Binary1100101011000100101010101111101010101111001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC455; }

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

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

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

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

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

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

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

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