#C30264

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

Shades of Jazzberry Jam #C30264

Tints of Jazzberry Jam #C30264

Color information

#C30264 (or 0xC30264) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 02 and 64. RGB value is (195,2,100). Sum of RGB (Red+Green+Blue) = 195+2+100=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C30264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30264 is #3CFD9B. Grayscale: #464646. Windows color (decimal): -3997084 or 6554307. OLE color: 6554307.

HSL color Cylindrical-coordinate representation of color #C30264: hue angle of 329.53º 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 #C30264 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB1952100-
CMYK00.990.490.24
HSL329.53º97.97%38.63%-
HSV(B)329.53º98.97%76.47%-
XYZ24.8312.5713.17-
YUV70.88144.44216.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.66%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=65.66%
G=0.67%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195210000.990.490.24329.5397.9738.63
HexC3264063311814a6227
Octal30321440143613051214247
Binary1100001110110010001100011110001110001010010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30264; }

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

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

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

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

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

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

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

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