Html Css Color HEX #C11560 Jazzberry Jam

📋 copy color: '#C11560'

red 193 ◦ green 21 ◦ blue 96

#C11560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #C11560

Tints of Jazzberry Jam #C11560

RGB

 RED value IS 193 (75.78% from 255) = 62.26%

 GREEN value IS 21 (8.59% from 255) = 6.77%

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 62.26%
G = 6.77%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C11560 (or 0xC11560) is known color: Jazzberry Jam. HEX triplet: C1, 15 and 60. RGB value is (193,21,96). Sum of RGB (Red+Green+Blue) = 193+21+96=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C11560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11560 is #3EEA9F. Grayscale: #505050. Windows color (decimal): -4123296 or 6297025. OLE color: 6297025.

HSL color Cylindrical-coordinate representation of color #C11560: hue angle of 333.84º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11560 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 96 -
CMYK 0 0.89 0.50 0.24
HSL 333.84º 0.8% 0.42% -
HSV(B) 333.84º 0.89% 0.76% -
XYZ 24.37 12.72 12.24 -
YUV 80.98 136.48 207.9 -
System Red Green Blue C M Y K H S L
Decimal 193 21 96 0 0.89 0.50 0.24 333.84 0.8 0.42
Hex C1 15 60 0 59 32 18 14E 50 2A
Octal 301 25 140 0 131 62 30 516 120 52
Binary 11000001 10101 1100000 0 1011001 110010 11000 101001110 1010000 101010

Color Harmonies of #C11560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11560

Black with #C11560

Text Example


Text Example

White with #C11560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11560; }

 p { color: rgb(193,21,96); }

 H1.HeaderClassName
 {
   color: #C11560;
 }
 .AnyTagClassName
 {
   color: #C11560;
 }
</style>

background-color css

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

 a { background-color: rgb(193,21,96); }

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

border-color css

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

 span { border-color: rgb(193,21,96); }

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