Html Css Color HEX #C11268 Jazzberry Jam

📋 copy color: '#C11268'

red 193 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #C11268

Tints of Jazzberry Jam #C11268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 61.27%
G = 5.71%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C11268 (or 0xC11268) is known color: Jazzberry Jam. HEX triplet: C1, 12 and 68. RGB value is (193,18,104). Sum of RGB (Red+Green+Blue) = 193+18+104=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C11268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11268 is #3EED97. Grayscale: #4F4F4F. Windows color (decimal): -4124056 or 6820545. OLE color: 6820545.

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

Color convert

RGB 193 18 104 -
CMYK 0 0.91 0.46 0.24
HSL 330.51º 0.83% 0.41% -
HSV(B) 330.51º 0.91% 0.76% -
XYZ 24.71 12.77 14.26 -
YUV 80.13 141.48 208.51 -
System Red Green Blue C M Y K H S L
Decimal 193 18 104 0 0.91 0.46 0.24 330.51 0.83 0.41
Hex C1 12 68 0 5B 2E 18 14B 53 29
Octal 301 22 150 0 133 56 30 513 123 51
Binary 11000001 10010 1101000 0 1011011 101110 11000 101001011 1010011 101001

Color Harmonies of #C11268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11268

Black with #C11268

Text Example


Text Example

White with #C11268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11268; }

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

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

background-color css

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

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

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

border-color css

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

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

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