#C30260

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

Shades of Jazzberry Jam #C30260

Tints of Jazzberry Jam #C30260

Color information

#C30260 (or 0xC30260) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 02 and 60. RGB value is (195,2,96). Sum of RGB (Red+Green+Blue) = 195+2+96=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C30260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30260 is #3CFD9F. Grayscale: #464646. Windows color (decimal): -3997088 or 6292163. OLE color: 6292163.

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

Color convert

RGB195296-
CMYK00.990.510.24
HSL330.78º97.97%38.63%-
HSV(B)330.78º98.97%76.47%-
XYZ24.6412.4912.18-
YUV70.42142.44216.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.55%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=66.55%
G=0.68%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19529600.990.510.24330.7897.9738.63
HexC3260063331814b6227
Octal30321400143633051314247
Binary1100001110110000001100011110011110001010010111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30260; }

 p { color: rgb(195,2,96); }

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

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

 a { background-color: rgb(195,2,96); }

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

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

 span { border-color: rgb(195,2,96); }

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