#CAC857

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

Shades of Wild Willow #CAC857

Tints of Wild Willow #CAC857

Color information

#CAC857 (or 0xCAC857) is unknown color: approx Wild Willow. HEX triplet: CA, C8 and 57. RGB value is (202,200,87). Sum of RGB (Red+Green+Blue) = 202+200+87=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC857 is #3537A8. Grayscale: #BCBCBC. Windows color (decimal): -3487657 or 5753034. OLE color: 5753034.

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

Color convert

RGB20220087-
CMYK00.010.570.21
HSL58.96º52.04%56.67%-
HSV(B)58.96º56.93%79.22%-
XYZ46.7354.5517.08-
YUV187.7271.16138.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 87 (34.38% from 255) = 17.79%
R=41.31%
G=40.90%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022008700.010.570.2158.9652.0456.67
HexCAC8570139153b3439
Octal312310127017125736471
Binary110010101100100010101110111100110101111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC857; }

 p { color: rgb(202,200,87); }

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

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

 a { background-color: rgb(202,200,87); }

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

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

 span { border-color: rgb(202,200,87); }

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