#C00551

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

Shades of Jazzberry Jam #C00551

Tints of Jazzberry Jam #C00551

Color information

#C00551 (or 0xC00551) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 05 and 51. RGB value is (192,5,81). Sum of RGB (Red+Green+Blue) = 192+5+81=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C00551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00551 is #3FFAAE. Grayscale: #454545. Windows color (decimal): -4192943 or 5309888. OLE color: 5309888.

HSL color Cylindrical-coordinate representation of color #C00551: hue angle of 335.61º 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 #C00551 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB192581-
CMYK00.970.580.25
HSL335.61º94.92%38.63%-
HSV(B)335.61º97.4%75.29%-
XYZ23.2811.918.86-
YUV69.58134.45215.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.06%
GREEN value IS 5 (2.34% from 255) = 1.80%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=69.06%
G=1.80%
B=29.14%

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
Decimal19258100.970.580.25335.6194.9238.63
HexC05510613A191505f27
Octal30051210141723152013747
Binary11000000101101000101100001111010110011010100001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00551; }

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

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

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

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

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

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

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

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