#C10858

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

Shades of Jazzberry Jam #C10858

Tints of Jazzberry Jam #C10858

Color information

#C10858 (or 0xC10858) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 08 and 58. RGB value is (193,8,88). Sum of RGB (Red+Green+Blue) = 193+8+88=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C10858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10858 is #3EF7A7. Grayscale: #484848. Windows color (decimal): -4126632 or 5769409. OLE color: 5769409.

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

Color convert

RGB193888-
CMYK00.960.540.24
HSL334.05º92.04%39.41%-
HSV(B)334.05º95.85%75.69%-
XYZ23.8412.2210.33-
YUV72.44136.79214-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.78%
GREEN value IS 8 (3.52% from 255) = 2.77%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=66.78%
G=2.77%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19388800.960.540.24334.0592.0439.41
HexC1858060361814e5c27
Octal301101300140663051613447
Binary110000011000101100001100000110110110001010011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10858; }

 p { color: rgb(193,8,88); }

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

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

 a { background-color: rgb(193,8,88); }

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

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

 span { border-color: rgb(193,8,88); }

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