#CACB57

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

Shades of Wild Willow #CACB57

Tints of Wild Willow #CACB57

Color information

#CACB57 (or 0xCACB57) is unknown color: approx Wild Willow. HEX triplet: CA, CB and 57. RGB value is (202,203,87). Sum of RGB (Red+Green+Blue) = 202+203+87=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB57 is #3534A8. Grayscale: #BDBDBD. Windows color (decimal): -3486889 or 5753802. OLE color: 5753802.

HSL color Cylindrical-coordinate representation of color #CACB57: hue angle of 60.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CACB57 is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB20220387-
CMYK0.0000.570.20
HSL60.52º52.73%56.86%-
HSV(B)60.52º57.14%79.61%-
XYZ47.4355.9617.32-
YUV189.4870.17136.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 87 (34.38% from 255) = 17.68%
R=41.06%
G=41.26%
B=17.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202203870.0000.570.2060.5252.7356.86
HexCACB570039143d3539
Octal312313127007124756571
Binary110010101100101110101110011100110100111101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB57; }

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

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

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

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

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

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

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

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