#C8C257

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

Shades of Wild Willow #C8C257

Tints of Wild Willow #C8C257

Color information

#C8C257 (or 0xC8C257) is unknown color: approx Wild Willow. HEX triplet: C8, C2 and 57. RGB value is (200,194,87). Sum of RGB (Red+Green+Blue) = 200+194+87=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C257 is #373DA8. Grayscale: #B8B8B8. Windows color (decimal): -3620265 or 5751496. OLE color: 5751496.

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

Color convert

RGB20019487-
CMYK00.030.560.22
HSL56.81º50.67%56.27%-
HSV(B)56.81º56.5%78.43%-
XYZ44.8351.5516.6-
YUV183.673.49139.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 194 (76.17% from 255) = 40.33%
BLUE value IS 87 (34.38% from 255) = 18.09%
R=41.58%
G=40.33%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001948700.030.560.2256.8150.6756.27
HexC8C257033816393338
Octal310302127037026716370
Binary1100100011000010101011101111100010110111001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C257; }

 p { color: rgb(200,194,87); }

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

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

 a { background-color: rgb(200,194,87); }

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

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

 span { border-color: rgb(200,194,87); }

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