#C00650

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

Shades of Jazzberry Jam #C00650

Tints of Jazzberry Jam #C00650

Color information

#C00650 (or 0xC00650) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 06 and 50. RGB value is (192,6,80). Sum of RGB (Red+Green+Blue) = 192+6+80=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C00650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00650 is #3FF9AF. Grayscale: #454545. Windows color (decimal): -4192688 or 5244608. OLE color: 5244608.

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

Color convert

RGB192680-
CMYK00.970.580.25
HSL336.13º93.94%38.82%-
HSV(B)336.13º96.88%75.29%-
XYZ23.2511.928.66-
YUV70.05133.62214.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.06%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=69.06%
G=2.16%
B=28.78%

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
Decimal19268000.970.580.25336.1393.9438.82
HexC06500613A191505e27
Octal30061200141723152013647
Binary11000000110101000001100001111010110011010100001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00650; }

 p { color: rgb(192,6,80); }

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

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

 a { background-color: rgb(192,6,80); }

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

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

 span { border-color: rgb(192,6,80); }

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