#C11964

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

Shades of Jazzberry Jam #C11964

Tints of Jazzberry Jam #C11964

Color information

#C11964 (or 0xC11964) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 19 and 64. RGB value is (193,25,100). Sum of RGB (Red+Green+Blue) = 193+25+100=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C11964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11964 is #3EE69B. Grayscale: #535353. Windows color (decimal): -4122268 or 6560193. OLE color: 6560193.

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

Color convert

RGB19325100-
CMYK00.870.480.24
HSL333.21º77.06%42.75%-
HSV(B)333.21º87.05%75.69%-
XYZ24.6412.9513.26-
YUV83.78137.16205.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.69%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=60.69%
G=7.86%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932510000.870.480.24333.2177.0642.75
HexC11964057301814d4d2b
Octal301311440127603051511553
Binary1100000111001110010001010111110000110001010011011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11964; }

 p { color: rgb(193,25,100); }

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

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

 a { background-color: rgb(193,25,100); }

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

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

 span { border-color: rgb(193,25,100); }

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