#C10250

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

Shades of Jazzberry Jam #C10250

Tints of Jazzberry Jam #C10250

Color information

#C10250 (or 0xC10250) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 02 and 50. RGB value is (193,2,80). Sum of RGB (Red+Green+Blue) = 193+2+80=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C10250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10250 is #3EFDAF. Grayscale: #434343. Windows color (decimal): -4128176 or 5243585. OLE color: 5243585.

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

Color convert

RGB193280-
CMYK00.990.590.24
HSL335.5º97.95%38.24%-
HSV(B)335.5º98.96%75.69%-
XYZ23.4611.968.66-
YUV68134.78217.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.18%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=70.18%
G=0.73%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19328000.990.590.24335.597.9538.24
HexC12500633B1814f6226
Octal30121200143733051714246
Binary1100000110101000001100011111011110001010011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10250; }

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

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

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

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

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

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

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

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