#C10557

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

Shades of Jazzberry Jam #C10557

Tints of Jazzberry Jam #C10557

Color information

#C10557 (or 0xC10557) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 05 and 57. RGB value is (193,5,87). Sum of RGB (Red+Green+Blue) = 193+5+87=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C10557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10557 is #3EFAA8. Grayscale: #464646. Windows color (decimal): -4127401 or 5703105. OLE color: 5703105.

HSL color Cylindrical-coordinate representation of color #C10557: hue angle of 333.83º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10557 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB193587-
CMYK00.970.550.24
HSL333.83º94.95%38.82%-
HSV(B)333.83º97.41%75.69%-
XYZ23.7712.1310.11-
YUV70.56137.28215.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 67.72%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=67.72%
G=1.75%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19358700.970.550.24333.8394.9538.82
HexC1557061371814e5f27
Octal30151270141673051613747
Binary11000001101101011101100001110111110001010011101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10557; }

 p { color: rgb(193,5,87); }

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

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

 a { background-color: rgb(193,5,87); }

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

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

 span { border-color: rgb(193,5,87); }

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