#C10A5E

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

Shades of Jazzberry Jam #C10A5E

Tints of Jazzberry Jam #C10A5E

Color information

#C10A5E (or 0xC10A5E) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 0A and 5E. RGB value is (193,10,94). Sum of RGB (Red+Green+Blue) = 193+10+94=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A5E is #3EF5A1. Grayscale: #4A4A4A. Windows color (decimal): -4126114 or 6163137. OLE color: 6163137.

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

Color convert

RGB1931094-
CMYK00.950.510.24
HSL332.46º90.15%39.8%-
HSV(B)332.46º94.82%75.69%-
XYZ24.1212.3611.7-
YUV74.29139.13212.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.98%
GREEN value IS 10 (4.30% from 255) = 3.37%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=64.98%
G=3.37%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193109400.950.510.24332.4690.1539.8
HexC1A5E05F331814c5a28
Octal301121360137633051413250
Binary110000011010101111001011111110011110001010011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10A5E; }

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

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

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

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

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

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

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

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