#c7c35e

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

Shades of Wild Willow #C7C35E

Tints of Wild Willow #C7C35E

Color information

#C7C35E (or 0xC7C35E) is unknown color: approx Wild Willow. HEX triplet: C7, C3 and 5E. RGB value is (199,195,94). Sum of RGB (Red+Green+Blue) = 199+195+94=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C35E is #383CA1. Grayscale: #B9B9B9. Windows color (decimal): -3685538 or 6210503. OLE color: 6210503.

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

Color convert

RGB19919594-
CMYK00.020.530.22
HSL57.71º48.39%57.45%-
HSV(B)57.71º52.76%78.04%-
XYZ45.0951.9818.25-
YUV184.6876.83138.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 94 (37.11% from 255) = 19.26%
R=40.78%
G=39.96%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991959400.020.530.2257.7148.3957.45
HexC7C35E0235163a3039
Octal307303136026526726071
Binary1100011111000011101111001011010110110111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7c35e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7c35e; }

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

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

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

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

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

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

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

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