#C01760

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

Shades of Jazzberry Jam #C01760

Tints of Jazzberry Jam #C01760

Color information

#C01760 (or 0xC01760) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 17 and 60. RGB value is (192,23,96). Sum of RGB (Red+Green+Blue) = 192+23+96=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C01760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01760 is #3FE89F. Grayscale: #515151. Windows color (decimal): -4188320 or 6297536. OLE color: 6297536.

HSL color Cylindrical-coordinate representation of color #C01760: hue angle of 334.08º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01760 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1922396-
CMYK00.880.500.25
HSL334.08º78.6%42.16%-
HSV(B)334.08º88.02%75.29%-
XYZ24.1612.6612.24-
YUV81.85135.99206.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.74%
GREEN value IS 23 (9.38% from 255) = 7.40%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=61.74%
G=7.40%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192239600.880.500.25334.0878.642.16
HexC01760058321914e4f2a
Octal300271400130623151611752
Binary1100000010111110000001011000110010110011010011101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01760; }

 p { color: rgb(192,23,96); }

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

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

 a { background-color: rgb(192,23,96); }

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

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

 span { border-color: rgb(192,23,96); }

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