Html Css Color HEX #C11660 Jazzberry Jam

📋 copy color: '#C11660'

red 193 ◦ green 22 ◦ blue 96

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

Shades of Jazzberry Jam #C11660

Tints of Jazzberry Jam #C11660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

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

R = 62.06%
G = 7.07%
B = 30.87%

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

#C11660 (or 0xC11660) is known color: Jazzberry Jam. HEX triplet: C1, 16 and 60. RGB value is (193,22,96). Sum of RGB (Red+Green+Blue) = 193+22+96=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C11660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11660 is #3EE99F. Grayscale: #515151. Windows color (decimal): -4123040 or 6297281. OLE color: 6297281.

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

Color convert

RGB 193 22 96 -
CMYK 0 0.89 0.50 0.24
HSL 334.04º 0.8% 0.42% -
HSV(B) 334.04º 0.89% 0.76% -
XYZ 24.39 12.76 12.24 -
YUV 81.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 193 22 96 0 0.89 0.50 0.24 334.04 0.8 0.42
Hex C1 16 60 0 59 32 18 14E 50 2A
Octal 301 26 140 0 131 62 30 516 120 52
Binary 11000001 10110 1100000 0 1011001 110010 11000 101001110 1010000 101010

Color Harmonies of #C11660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11660

Black with #C11660

Text Example


Text Example

White with #C11660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11660; }

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

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

background-color css

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

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

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

border-color css

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

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

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