#C8C355

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

Shades of Wild Willow #C8C355

Tints of Wild Willow #C8C355

Color information

#C8C355 (or 0xC8C355) is unknown color: approx Wild Willow. HEX triplet: C8, C3 and 55. RGB value is (200,195,85). Sum of RGB (Red+Green+Blue) = 200+195+85=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C355 is #373CAA. Grayscale: #B8B8B8. Windows color (decimal): -3620011 or 5620680. OLE color: 5620680.

HSL color Cylindrical-coordinate representation of color #C8C355: hue angle of 57.39º degrees, saturation: 0.51, 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 #C8C355 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB20019585-
CMYK00.020.580.22
HSL57.39º51.11%55.88%-
HSV(B)57.39º57.5%78.43%-
XYZ44.9751.9716.25-
YUV183.9672.16139.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 85 (33.59% from 255) = 17.71%
R=41.67%
G=40.62%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001958500.020.580.2257.3951.1155.88
HexC8C355023A16393338
Octal310303125027226716370
Binary1100100011000011101010101011101010110111001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C355; }

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

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

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

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

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

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

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

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