Html Css Color HEX #C11266 Jazzberry Jam

📋 copy color: '#C11266'

red 193 ◦ green 18 ◦ blue 102

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

Shades of Jazzberry Jam #C11266

Tints of Jazzberry Jam #C11266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 61.66%
G = 5.75%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C11266 (or 0xC11266) is known color: Jazzberry Jam. HEX triplet: C1, 12 and 66. RGB value is (193,18,102). Sum of RGB (Red+Green+Blue) = 193+18+102=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C11266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11266 is #3EED99. Grayscale: #4F4F4F. Windows color (decimal): -4124058 or 6689473. OLE color: 6689473.

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

Color convert

RGB 193 18 102 -
CMYK 0 0.91 0.47 0.24
HSL 331.2º 0.83% 0.41% -
HSV(B) 331.2º 0.91% 0.76% -
XYZ 24.61 12.73 13.73 -
YUV 79.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 193 18 102 0 0.91 0.47 0.24 331.2 0.83 0.41
Hex C1 12 66 0 5B 2F 18 14B 53 29
Octal 301 22 146 0 133 57 30 513 123 51
Binary 11000001 10010 1100110 0 1011011 101111 11000 101001011 1010011 101001

Color Harmonies of #C11266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11266

Black with #C11266

Text Example


Text Example

White with #C11266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11266; }

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

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

background-color css

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

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

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

border-color css

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

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

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