#C7C360

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

Shades of Wild Willow #C7C360

Tints of Wild Willow #C7C360

Color information

#C7C360 (or 0xC7C360) is unknown color: approx Wild Willow. HEX triplet: C7, C3 and 60. RGB value is (199,195,96). Sum of RGB (Red+Green+Blue) = 199+195+96=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C360 is #383C9F. Grayscale: #B9B9B9. Windows color (decimal): -3685536 or 6341575. OLE color: 6341575.

HSL color Cylindrical-coordinate representation of color #C7C360: hue angle of 57.67º 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 #C7C360 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19919596-
CMYK00.020.520.22
HSL57.67º47.91%57.84%-
HSV(B)57.67º51.76%78.04%-
XYZ45.1852.0218.73-
YUV184.9177.83138.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=40.61%
G=39.80%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991959600.020.520.2257.6747.9157.84
HexC7C3600234163a303a
Octal307303140026426726072
Binary1100011111000011110000001011010010110111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C360; }

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

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

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

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

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

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

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

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