#C3CA55

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

Shades of Wild Willow #C3CA55

Tints of Wild Willow #C3CA55

Color information

#C3CA55 (or 0xC3CA55) is unknown color: approx Wild Willow. HEX triplet: C3, CA and 55. RGB value is (195,202,85). Sum of RGB (Red+Green+Blue) = 195+202+85=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CA55 is #3C35AA. Grayscale: #BBBBBB. Windows color (decimal): -3945899 or 5622467. OLE color: 5622467.

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

Color convert

RGB19520285-
CMYK0.0300.580.21
HSL63.59º52.47%56.27%-
HSV(B)63.59º57.92%79.22%-
XYZ45.2754.516.73-
YUV186.5770.68134.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=40.46%
G=41.91%
B=17.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195202850.0300.580.2163.5952.4756.27
HexC3CA55303A15403438
Octal3033121253072251006470
Binary11000011110010101010101110111010101011000000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CA55; }

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

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

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

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

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

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

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

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