#C3CD6F

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

Shades of Wild Willow #C3CD6F

Tints of Wild Willow #C3CD6F

Color information

#C3CD6F (or 0xC3CD6F) is unknown color: approx Wild Willow. HEX triplet: C3, CD and 6F. RGB value is (195,205,111). Sum of RGB (Red+Green+Blue) = 195+205+111=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CD6F is #3C3290. Grayscale: #BFBFBF. Windows color (decimal): -3945105 or 7327171. OLE color: 7327171.

HSL color Cylindrical-coordinate representation of color #C3CD6F: hue angle of 66.38º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3CD6F is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB195205111-
CMYK0.0500.460.20
HSL66.38º48.45%61.96%-
HSV(B)66.38º45.85%80.39%-
XYZ47.2156.4123.44-
YUV191.2982.69130.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 111 (43.75% from 255) = 21.72%
R=38.16%
G=40.12%
B=21.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952051110.0500.460.2066.3848.4561.96
HexC3CD6F502E1442303e
Octal3033151575056241026076
Binary110000111100110111011111010101110101001000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CD6F; }

 p { color: rgb(195,205,111); }

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

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

 a { background-color: rgb(195,205,111); }

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

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

 span { border-color: rgb(195,205,111); }

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