#C7C766

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

Shades of Wild Willow #C7C766

Tints of Wild Willow #C7C766

Color information

#C7C766 (or 0xC7C766) is unknown color: approx Wild Willow. HEX triplet: C7, C7 and 66. RGB value is (199,199,102). Sum of RGB (Red+Green+Blue) = 199+199+102=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C766 is #383899. Grayscale: #BCBCBC. Windows color (decimal): -3684506 or 6735815. OLE color: 6735815.

HSL color Cylindrical-coordinate representation of color #C7C766: hue angle of 60º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7C766 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB199199102-
CMYK000.490.22
HSL60º46.41%59.02%-
HSV(B)60º48.74%78.04%-
XYZ46.3753.9520.54-
YUV187.9479.5135.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 199 (78.12% from 255) = 39.8%
BLUE value IS 102 (40.23% from 255) = 20.4%
R=39.8%
G=39.8%
B=20.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199199102000.490.226046.4159.02
HexC7C7660031163c2e3b
Octal307307146006126745673
Binary110001111100011111001100011000110110111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C766; }

 p { color: rgb(199,199,102); }

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

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

 a { background-color: rgb(199,199,102); }

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

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

 span { border-color: rgb(199,199,102); }

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