#C7C258

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

Shades of Wild Willow #C7C258

Tints of Wild Willow #C7C258

Color information

#C7C258 (or 0xC7C258) is unknown color: approx Wild Willow. HEX triplet: C7, C2 and 58. RGB value is (199,194,88). Sum of RGB (Red+Green+Blue) = 199+194+88=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C258 is #383DA7. Grayscale: #B7B7B7. Windows color (decimal): -3685800 or 5817031. OLE color: 5817031.

HSL color Cylindrical-coordinate representation of color #C7C258: hue angle of 57.3º degrees, saturation: 0.5, 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 #C7C258 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB19919488-
CMYK00.030.560.22
HSL57.3º49.78%56.27%-
HSV(B)57.3º55.78%78.04%-
XYZ44.6151.4316.81-
YUV183.4174.16139.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 194 (76.17% from 255) = 40.33%
BLUE value IS 88 (34.77% from 255) = 18.30%
R=41.37%
G=40.33%
B=18.30%

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
Decimal1991948800.030.560.2257.349.7856.27
HexC7C258033816393238
Octal307302130037026716270
Binary1100011111000010101100001111100010110111001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C258; }

 p { color: rgb(199,194,88); }

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

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

 a { background-color: rgb(199,194,88); }

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

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

 span { border-color: rgb(199,194,88); }

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