#C7C156

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

Shades of Wild Willow #C7C156

Tints of Wild Willow #C7C156

Color information

#C7C156 (or 0xC7C156) is unknown color: approx Wild Willow. HEX triplet: C7, C1 and 56. RGB value is (199,193,86). Sum of RGB (Red+Green+Blue) = 199+193+86=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C156 is #383EA9. Grayscale: #B7B7B7. Windows color (decimal): -3686058 or 5685703. OLE color: 5685703.

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

Color convert

RGB19919386-
CMYK00.030.570.22
HSL56.81º50.22%55.88%-
HSV(B)56.81º56.78%78.04%-
XYZ44.350.9516.3-
YUV182.673.49139.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 86 (33.98% from 255) = 17.99%
R=41.63%
G=40.38%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991938600.030.570.2256.8150.2255.88
HexC7C156033916393238
Octal307301126037126716270
Binary1100011111000001101011001111100110110111001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C156; }

 p { color: rgb(199,193,86); }

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

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

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

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

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

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

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