#CAC850

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

Shades of Wild Willow #CAC850

Tints of Wild Willow #CAC850

Color information

#CAC850 (or 0xCAC850) is unknown color: approx Wild Willow. HEX triplet: CA, C8 and 50. RGB value is (202,200,80). Sum of RGB (Red+Green+Blue) = 202+200+80=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC850 is #3537AF. Grayscale: #BBBBBB. Windows color (decimal): -3487664 or 5294282. OLE color: 5294282.

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

Color convert

RGB20220080-
CMYK00.010.600.21
HSL59.02º53.51%55.29%-
HSV(B)59.02º60.4%79.22%-
XYZ46.4654.4415.65-
YUV186.9267.66138.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 200 (78.52% from 255) = 41.49%
BLUE value IS 80 (31.64% from 255) = 16.60%
R=41.91%
G=41.49%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022008000.010.600.2159.0253.5155.29
HexCAC850013C153b3637
Octal312310120017425736667
Binary110010101100100010100000111110010101111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC850; }

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

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

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

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

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

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

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

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