#C00550

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

Shades of Jazzberry Jam #C00550

Tints of Jazzberry Jam #C00550

Color information

#C00550 (or 0xC00550) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 05 and 50. RGB value is (192,5,80). Sum of RGB (Red+Green+Blue) = 192+5+80=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C00550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00550 is #3FFAAF. Grayscale: #454545. Windows color (decimal): -4192944 or 5244352. OLE color: 5244352.

HSL color Cylindrical-coordinate representation of color #C00550: hue angle of 335.94º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00550 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB192580-
CMYK00.970.580.25
HSL335.94º94.92%38.63%-
HSV(B)335.94º97.4%75.29%-
XYZ23.2411.898.66-
YUV69.46133.95215.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.31%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=69.31%
G=1.81%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19258000.970.580.25335.9494.9238.63
HexC05500613A191505f27
Octal30051200141723152013747
Binary11000000101101000001100001111010110011010100001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00550; }

 p { color: rgb(192,5,80); }

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

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

 a { background-color: rgb(192,5,80); }

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

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

 span { border-color: rgb(192,5,80); }

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