#C01357

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

Shades of Jazzberry Jam #C01357

Tints of Jazzberry Jam #C01357

Color information

#C01357 (or 0xC01357) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 13 and 57. RGB value is (192,19,87). Sum of RGB (Red+Green+Blue) = 192+19+87=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C01357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01357 is #3FECA8. Grayscale: #4E4E4E. Windows color (decimal): -4189353 or 5706688. OLE color: 5706688.

HSL color Cylindrical-coordinate representation of color #C01357: hue angle of 336.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01357 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1921987-
CMYK00.900.550.25
HSL336.42º81.99%41.37%-
HSV(B)336.42º90.1%75.29%-
XYZ23.6912.3610.15-
YUV78.48132.81208.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.43%
GREEN value IS 19 (7.81% from 255) = 6.38%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=64.43%
G=6.38%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192198700.900.550.25336.4281.9941.37
HexC0135705A37191505229
Octal300231270132673152012251
Binary1100000010011101011101011010110111110011010100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01357; }

 p { color: rgb(192,19,87); }

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

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

 a { background-color: rgb(192,19,87); }

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

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

 span { border-color: rgb(192,19,87); }

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