#c10c60

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

Shades of Jazzberry Jam #C10C60

Tints of Jazzberry Jam #C10C60

Color information

#C10C60 (or 0xC10C60) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 0C and 60. RGB value is (193,12,96). Sum of RGB (Red+Green+Blue) = 193+12+96=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10C60 is #3EF39F. Grayscale: #4B4B4B. Windows color (decimal): -4125600 or 6294721. OLE color: 6294721.

HSL color Cylindrical-coordinate representation of color #C10C60: hue angle of 332.15º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C60 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1931296-
CMYK00.940.500.24
HSL332.15º88.29%40.2%-
HSV(B)332.15º93.78%75.69%-
XYZ24.2412.4412.19-
YUV75.7139.47211.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.12%
GREEN value IS 12 (5.08% from 255) = 3.99%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=64.12%
G=3.99%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193129600.940.500.24332.1588.2940.2
HexC1C6005E321814c5828
Octal301141400136623051413050
Binary110000011100110000001011110110010110001010011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10c60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10c60; }

 p { color: rgb(193,12,96); }

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

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

 a { background-color: rgb(193,12,96); }

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

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

 span { border-color: rgb(193,12,96); }

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