#C00760

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

Shades of Jazzberry Jam #C00760

Tints of Jazzberry Jam #C00760

Color information

#C00760 (or 0xC00760) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 07 and 60. RGB value is (192,7,96). Sum of RGB (Red+Green+Blue) = 192+7+96=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C00760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00760 is #3FF89F. Grayscale: #484848. Windows color (decimal): -4192416 or 6293440. OLE color: 6293440.

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

Color convert

RGB192796-
CMYK00.960.500.25
HSL331.14º92.96%39.02%-
HSV(B)331.14º96.35%75.29%-
XYZ23.9312.212.16-
YUV72.46141.29213.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.08%
GREEN value IS 7 (3.12% from 255) = 2.37%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=65.08%
G=2.37%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19279600.960.500.25331.1492.9639.02
HexC0760060321914b5d27
Octal30071400140623151313547
Binary11000000111110000001100000110010110011010010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00760; }

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

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

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

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

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

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

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

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