#C30760

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

Shades of Jazzberry Jam #C30760

Tints of Jazzberry Jam #C30760

Color information

#C30760 (or 0xC30760) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 07 and 60. RGB value is (195,7,96). Sum of RGB (Red+Green+Blue) = 195+7+96=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C30760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30760 is #3CF89F. Grayscale: #494949. Windows color (decimal): -3995808 or 6293443. OLE color: 6293443.

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

Color convert

RGB195796-
CMYK00.960.510.24
HSL331.6º93.07%39.61%-
HSV(B)331.6º96.41%76.47%-
XYZ24.6912.612.2-
YUV73.36140.78214.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.44%
GREEN value IS 7 (3.12% from 255) = 2.35%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=65.44%
G=2.35%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19579600.960.510.24331.693.0739.61
HexC3760060331814c5d28
Octal30371400140633051413550
Binary11000011111110000001100000110011110001010011001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30760; }

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

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

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

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

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

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

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

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