#C30463

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

Shades of Jazzberry Jam #C30463

Tints of Jazzberry Jam #C30463

Color information

#C30463 (or 0xC30463) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 04 and 63. RGB value is (195,4,99). Sum of RGB (Red+Green+Blue) = 195+4+99=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C30463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30463 is #3CFB9C. Grayscale: #474747. Windows color (decimal): -3996573 or 6489283. OLE color: 6489283.

HSL color Cylindrical-coordinate representation of color #C30463: hue angle of 330.16º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30463 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB195499-
CMYK00.980.490.24
HSL330.16º95.98%39.02%-
HSV(B)330.16º97.95%76.47%-
XYZ24.812.5912.93-
YUV71.94143.28215.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.44%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=65.44%
G=1.34%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19549900.980.490.24330.1695.9839.02
HexC3463062311814a6027
Octal30341430142613051214047
Binary11000011100110001101100010110001110001010010101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30463; }

 p { color: rgb(195,4,99); }

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

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

 a { background-color: rgb(195,4,99); }

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

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

 span { border-color: rgb(195,4,99); }

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