Html Css Color HEX #C11261 Jazzberry Jam

📋 copy color: '#C11261'

red 193 ◦ green 18 ◦ blue 97

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

Shades of Jazzberry Jam #C11261

Tints of Jazzberry Jam #C11261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.84%

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 62.66%
G = 5.84%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C11261 (or 0xC11261) is known color: Jazzberry Jam. HEX triplet: C1, 12 and 61. RGB value is (193,18,97). Sum of RGB (Red+Green+Blue) = 193+18+97=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C11261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11261 is #3EED9E. Grayscale: #4F4F4F. Windows color (decimal): -4124063 or 6361793. OLE color: 6361793.

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

Color convert

RGB 193 18 97 -
CMYK 0 0.91 0.50 0.24
HSL 332.91º 0.83% 0.41% -
HSV(B) 332.91º 0.91% 0.76% -
XYZ 24.37 12.63 12.46 -
YUV 79.33 137.98 209.08 -
System Red Green Blue C M Y K H S L
Decimal 193 18 97 0 0.91 0.50 0.24 332.91 0.83 0.41
Hex C1 12 61 0 5B 32 18 14D 53 29
Octal 301 22 141 0 133 62 30 515 123 51
Binary 11000001 10010 1100001 0 1011011 110010 11000 101001101 1010011 101001

Color Harmonies of #C11261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11261

Black with #C11261

Text Example


Text Example

White with #C11261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11261; }

 p { color: rgb(193,18,97); }

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

background-color css

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

 a { background-color: rgb(193,18,97); }

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

border-color css

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

 span { border-color: rgb(193,18,97); }

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