#C30C65

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

Shades of Jazzberry Jam #C30C65

Tints of Jazzberry Jam #C30C65

Color information

#C30C65 (or 0xC30C65) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 0C and 65. RGB value is (195,12,101). Sum of RGB (Red+Green+Blue) = 195+12+101=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C65 is #3CF39A. Grayscale: #4C4C4C. Windows color (decimal): -3994523 or 6622403. OLE color: 6622403.

HSL color Cylindrical-coordinate representation of color #C30C65: hue angle of 330.82º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C65 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB19512101-
CMYK00.940.480.24
HSL330.82º88.41%40.59%-
HSV(B)330.82º93.85%76.47%-
XYZ24.9912.813.47-
YUV76.86141.63212.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.31%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=63.31%
G=3.90%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951210100.940.480.24330.8288.4140.59
HexC3C6505E301814b5829
Octal303141450136603051313051
Binary110000111100110010101011110110000110001010010111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C65; }

 p { color: rgb(195,12,101); }

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

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

 a { background-color: rgb(195,12,101); }

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

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

 span { border-color: rgb(195,12,101); }

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