#C30268

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

Shades of Jazzberry Jam #C30268

Tints of Jazzberry Jam #C30268

Color information

#C30268 (or 0xC30268) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 02 and 68. RGB value is (195,2,104). Sum of RGB (Red+Green+Blue) = 195+2+104=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C30268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30268 is #3CFD97. Grayscale: #474747. Windows color (decimal): -3997080 or 6816451. OLE color: 6816451.

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

Color convert

RGB1952104-
CMYK00.990.470.24
HSL328.29º97.97%38.63%-
HSV(B)328.29º98.97%76.47%-
XYZ25.0312.6414.22-
YUV71.33146.44216.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 64.78%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=64.78%
G=0.66%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195210400.990.470.24328.2997.9738.63
HexC32680632F181486227
Octal30321500143573051014247
Binary1100001110110100001100011101111110001010010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30268; }

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

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

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

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

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

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

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

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