#9C0556

Color #9C0556 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9C0556

Tints of Jazzberry Jam #9C0556

Color information

#9C0556 (or 0x9C0556) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 05 and 56. RGB value is (156,5,86). Sum of RGB (Red+Green+Blue) = 156+5+86=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0556 is #63FAA9. Grayscale: #3B3B3B. Windows color (decimal): -6552234 or 5637532. OLE color: 5637532.

HSL color Cylindrical-coordinate representation of color #9C0556: hue angle of 327.81º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0556 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB156586-
CMYK00.970.450.39
HSL327.81º93.79%31.57%-
HSV(B)327.81º96.79%61.18%-
XYZ15.447.859.5-
YUV59.38143.03196.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=63.16%
G=2.02%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15658600.970.450.39327.8193.7931.57
Hex9C5560612D271485e20
Octal23451260141554751013640
Binary100111001011010110011000011011011001111010010001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C0556; }

 p { color: rgb(156,5,86); }

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

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

 a { background-color: rgb(156,5,86); }

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

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

 span { border-color: rgb(156,5,86); }

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