#C00751

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

Shades of Jazzberry Jam #C00751

Tints of Jazzberry Jam #C00751

Color information

#C00751 (or 0xC00751) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 07 and 51. RGB value is (192,7,81). Sum of RGB (Red+Green+Blue) = 192+7+81=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C00751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00751 is #3FF8AE. Grayscale: #464646. Windows color (decimal): -4192431 or 5310400. OLE color: 5310400.

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

Color convert

RGB192781-
CMYK00.960.580.25
HSL336º92.96%39.02%-
HSV(B)336º96.35%75.29%-
XYZ23.311.958.86-
YUV70.75133.79214.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.57%
GREEN value IS 7 (3.12% from 255) = 2.5%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=68.57%
G=2.5%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19278100.960.580.2533692.9639.02
HexC07510603A191505d27
Octal30071210140723152013547
Binary11000000111101000101100000111010110011010100001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00751; }

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

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

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

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

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

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

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

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