#C7C45A

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

Shades of Wild Willow #C7C45A

Tints of Wild Willow #C7C45A

Color information

#C7C45A (or 0xC7C45A) is unknown color: approx Wild Willow. HEX triplet: C7, C4 and 5A. RGB value is (199,196,90). Sum of RGB (Red+Green+Blue) = 199+196+90=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C45A is #383BA5. Grayscale: #B9B9B9. Windows color (decimal): -3685286 or 5948615. OLE color: 5948615.

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

Color convert

RGB19919690-
CMYK00.020.550.22
HSL58.35º49.32%56.67%-
HSV(B)58.35º54.77%78.04%-
XYZ45.1452.3617.4-
YUV184.8174.49138.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 196 (76.95% from 255) = 40.41%
BLUE value IS 90 (35.55% from 255) = 18.56%
R=41.03%
G=40.41%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991969000.020.550.2258.3549.3256.67
HexC7C45A0237163a3139
Octal307304132026726726171
Binary1100011111000100101101001011011110110111010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C45A; }

 p { color: rgb(199,196,90); }

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

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

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

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

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

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

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