#C7C761

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

Shades of Wild Willow #C7C761

Tints of Wild Willow #C7C761

Color information

#C7C761 (or 0xC7C761) is unknown color: approx Wild Willow. HEX triplet: C7, C7 and 61. RGB value is (199,199,97). Sum of RGB (Red+Green+Blue) = 199+199+97=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C761 is #38389E. Grayscale: #BBBBBB. Windows color (decimal): -3684511 or 6408135. OLE color: 6408135.

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

Color convert

RGB19919997-
CMYK000.510.22
HSL60º47.66%58.04%-
HSV(B)60º51.26%78.04%-
XYZ46.1353.8519.27-
YUV187.3777136.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.20%
GREEN value IS 199 (78.12% from 255) = 40.20%
BLUE value IS 97 (38.28% from 255) = 19.60%
R=40.20%
G=40.20%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919997000.510.226047.6658.04
HexC7C7610033163c303a
Octal307307141006326746072
Binary110001111100011111000010011001110110111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C761; }

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

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

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

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

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

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

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

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