#C10450

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

Shades of Jazzberry Jam #C10450

Tints of Jazzberry Jam #C10450

Color information

#C10450 (or 0xC10450) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 04 and 50. RGB value is (193,4,80). Sum of RGB (Red+Green+Blue) = 193+4+80=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C10450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10450 is #3EFBAF. Grayscale: #454545. Windows color (decimal): -4127664 or 5244097. OLE color: 5244097.

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

Color convert

RGB193480-
CMYK00.980.590.24
HSL335.87º95.94%38.63%-
HSV(B)335.87º97.93%75.69%-
XYZ23.48128.67-
YUV69.18134.12216.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.68%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=69.68%
G=1.44%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19348000.980.590.24335.8795.9438.63
HexC14500623B181506027
Octal30141200142733052014047
Binary11000001100101000001100010111011110001010100001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10450; }

 p { color: rgb(193,4,80); }

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

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

 a { background-color: rgb(193,4,80); }

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

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

 span { border-color: rgb(193,4,80); }

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