#C7C66C

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

Shades of Wild Willow #C7C66C

Tints of Wild Willow #C7C66C

Color information

#C7C66C (or 0xC7C66C) is unknown color: approx Wild Willow. HEX triplet: C7, C6 and 6C. RGB value is (199,198,108). Sum of RGB (Red+Green+Blue) = 199+198+108=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C66C is #383993. Grayscale: #BCBCBC. Windows color (decimal): -3684756 or 7128775. OLE color: 7128775.

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

Color convert

RGB199198108-
CMYK00.010.460.22
HSL59.34º44.83%60.2%-
HSV(B)59.34º45.73%78.04%-
XYZ46.4553.6122.09-
YUV188.0482.83135.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 108 (42.58% from 255) = 21.39%
R=39.41%
G=39.21%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919810800.010.460.2259.3444.8360.2
HexC7C66C012E163b2d3c
Octal307306154015626735574
Binary110001111100011011011000110111010110111011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C66C; }

 p { color: rgb(199,198,108); }

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

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

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

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

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

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

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