#C3CB55

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

Shades of Wild Willow #C3CB55

Tints of Wild Willow #C3CB55

Color information

#C3CB55 (or 0xC3CB55) is unknown color: approx Wild Willow. HEX triplet: C3, CB and 55. RGB value is (195,203,85). Sum of RGB (Red+Green+Blue) = 195+203+85=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CB55 is #3C34AA. Grayscale: #BBBBBB. Windows color (decimal): -3945643 or 5622723. OLE color: 5622723.

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

Color convert

RGB19520385-
CMYK0.0400.580.20
HSL64.07º53.15%56.47%-
HSV(B)64.07º58.13%79.61%-
XYZ45.554.9716.81-
YUV187.1670.35133.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 203 (79.69% from 255) = 42.03%
BLUE value IS 85 (33.59% from 255) = 17.60%
R=40.37%
G=42.03%
B=17.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195203850.0400.580.2064.0753.1556.47
HexC3CB55403A14403538
Octal3033131254072241006570
Binary110000111100101110101011000111010101001000000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CB55; }

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

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

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

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

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

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

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

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