#C10A5D

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

Shades of Jazzberry Jam #C10A5D

Tints of Jazzberry Jam #C10A5D

Color information

#C10A5D (or 0xC10A5D) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 0A and 5D. RGB value is (193,10,93). Sum of RGB (Red+Green+Blue) = 193+10+93=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A5D is #3EF5A2. Grayscale: #4A4A4A. Windows color (decimal): -4126115 or 6097601. OLE color: 6097601.

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

Color convert

RGB1931093-
CMYK00.950.520.24
HSL332.79º90.15%39.8%-
HSV(B)332.79º94.82%75.69%-
XYZ24.0812.3411.47-
YUV74.18138.63212.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.20%
GREEN value IS 10 (4.30% from 255) = 3.38%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=65.20%
G=3.38%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193109300.950.520.24332.7990.1539.8
HexC1A5D05F341814d5a28
Octal301121350137643051513250
Binary110000011010101110101011111110100110001010011011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10A5D; }

 p { color: rgb(193,10,93); }

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

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

 a { background-color: rgb(193,10,93); }

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

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

 span { border-color: rgb(193,10,93); }

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