Html Css Color HEX #C11360 Jazzberry Jam

📋 copy color: '#C11360'

red 193 ◦ green 19 ◦ blue 96

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

Shades of Jazzberry Jam #C11360

Tints of Jazzberry Jam #C11360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 62.66%
G = 6.17%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C11360 (or 0xC11360) is known color: Jazzberry Jam. HEX triplet: C1, 13 and 60. RGB value is (193,19,96). Sum of RGB (Red+Green+Blue) = 193+19+96=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C11360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11360 is #3EEC9F. Grayscale: #4F4F4F. Windows color (decimal): -4123808 or 6296513. OLE color: 6296513.

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

Color convert

RGB 193 19 96 -
CMYK 0 0.90 0.50 0.24
HSL 333.45º 0.82% 0.42% -
HSV(B) 333.45º 0.9% 0.76% -
XYZ 24.34 12.65 12.22 -
YUV 79.8 137.15 208.74 -
System Red Green Blue C M Y K H S L
Decimal 193 19 96 0 0.90 0.50 0.24 333.45 0.82 0.42
Hex C1 13 60 0 5A 32 18 14D 52 2A
Octal 301 23 140 0 132 62 30 515 122 52
Binary 11000001 10011 1100000 0 1011010 110010 11000 101001101 1010010 101010

Color Harmonies of #C11360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11360

Black with #C11360

Text Example


Text Example

White with #C11360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11360; }

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

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

background-color css

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

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

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

border-color css

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

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

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