#C8C351

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

Shades of Wild Willow #C8C351

Tints of Wild Willow #C8C351

Color information

#C8C351 (or 0xC8C351) is unknown color: approx Wild Willow. HEX triplet: C8, C3 and 51. RGB value is (200,195,81). Sum of RGB (Red+Green+Blue) = 200+195+81=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C351 is #373CAE. Grayscale: #B7B7B7. Windows color (decimal): -3620015 or 5358536. OLE color: 5358536.

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

Color convert

RGB20019581-
CMYK00.020.590.22
HSL57.48º51.97%55.1%-
HSV(B)57.48º59.5%78.43%-
XYZ44.8251.915.44-
YUV183.570.16139.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 81 (32.03% from 255) = 17.02%
R=42.02%
G=40.97%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001958100.020.590.2257.4851.9755.1
HexC8C351023B16393437
Octal310303121027326716467
Binary1100100011000011101000101011101110110111001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C351; }

 p { color: rgb(200,195,81); }

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

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

 a { background-color: rgb(200,195,81); }

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

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

 span { border-color: rgb(200,195,81); }

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