#c10c5c

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

Shades of Jazzberry Jam #C10C5C

Tints of Jazzberry Jam #C10C5C

Color information

#C10C5C (or 0xC10C5C) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 0C and 5C. RGB value is (193,12,92). Sum of RGB (Red+Green+Blue) = 193+12+92=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10C5C is #3EF3A3. Grayscale: #4B4B4B. Windows color (decimal): -4125604 or 6032577. OLE color: 6032577.

HSL color Cylindrical-coordinate representation of color #C10C5C: hue angle of 333.48º 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 #C10C5C is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1931292-
CMYK00.940.520.24
HSL333.48º88.29%40.2%-
HSV(B)333.48º93.78%75.69%-
XYZ24.0612.3711.25-
YUV75.24137.47212-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.98%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=64.98%
G=4.04%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193129200.940.520.24333.4888.2940.2
HexC1C5C05E341814d5828
Octal301141340136643051513050
Binary110000011100101110001011110110100110001010011011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10c5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10c5c; }

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

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

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

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

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

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

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

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