#C7C260

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

Shades of Wild Willow #C7C260

Tints of Wild Willow #C7C260

Color information

#C7C260 (or 0xC7C260) is unknown color: approx Wild Willow. HEX triplet: C7, C2 and 60. RGB value is (199,194,96). Sum of RGB (Red+Green+Blue) = 199+194+96=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C260 is #383D9F. Grayscale: #B8B8B8. Windows color (decimal): -3685792 or 6341319. OLE color: 6341319.

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

Color convert

RGB19919496-
CMYK00.030.520.22
HSL57.09º47.91%57.84%-
HSV(B)57.09º51.76%78.04%-
XYZ44.9651.5718.65-
YUV184.3278.16138.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 96 (37.89% from 255) = 19.63%
R=40.70%
G=39.67%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991949600.030.520.2257.0947.9157.84
HexC7C26003341639303a
Octal307302140036426716072
Binary1100011111000010110000001111010010110111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C260; }

 p { color: rgb(199,194,96); }

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

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

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

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

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

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

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