#C7CC6D

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

Shades of Wild Willow #C7CC6D

Tints of Wild Willow #C7CC6D

Color information

#C7CC6D (or 0xC7CC6D) is unknown color: approx Wild Willow. HEX triplet: C7, CC and 6D. RGB value is (199,204,109). Sum of RGB (Red+Green+Blue) = 199+204+109=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CC6D is #383392. Grayscale: #C0C0C0. Windows color (decimal): -3683219 or 7195847. OLE color: 7195847.

HSL color Cylindrical-coordinate representation of color #C7CC6D: hue angle of 63.16º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7CC6D is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB199204109-
CMYK0.0200.470.2
HSL63.16º48.22%61.37%-
HSV(B)63.16º46.57%80%-
XYZ47.9156.4322.84-
YUV191.6881.34133.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.87%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=38.87%
G=39.84%
B=21.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041090.0200.470.263.1648.2261.37
HexC7CC6D202F143f303d
Octal307314155205724776075
Binary1100011111001100110110110010111110100111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CC6D; }

 p { color: rgb(199,204,109); }

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

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

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

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

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

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

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