#C3C96C

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

Shades of Wild Willow #C3C96C

Tints of Wild Willow #C3C96C

Color information

#C3C96C (or 0xC3C96C) is unknown color: approx Wild Willow. HEX triplet: C3, C9 and 6C. RGB value is (195,201,108). Sum of RGB (Red+Green+Blue) = 195+201+108=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C96C is #3C3693. Grayscale: #BCBCBC. Windows color (decimal): -3946132 or 7129539. OLE color: 7129539.

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

Color convert

RGB195201108-
CMYK0.0300.460.21
HSL63.87º46.27%60.59%-
HSV(B)63.87º46.27%78.82%-
XYZ46.154.4622.27-
YUV188.682.51132.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 201 (78.91% from 255) = 39.88%
BLUE value IS 108 (42.58% from 255) = 21.43%
R=38.69%
G=39.88%
B=21.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952011080.0300.460.2163.8746.2760.59
HexC3C96C302E15402e3d
Octal3033111543056251005675
Binary11000011110010011101100110101110101011000000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C96C; }

 p { color: rgb(195,201,108); }

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

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

 a { background-color: rgb(195,201,108); }

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

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

 span { border-color: rgb(195,201,108); }

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