Html Css Color HEX #C11866 Jazzberry Jam

📋 copy color: '#C11866'

red 193 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #C11866

Tints of Jazzberry Jam #C11866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 60.5%
G = 7.52%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C11866 (or 0xC11866) is known color: Jazzberry Jam. HEX triplet: C1, 18 and 66. RGB value is (193,24,102). Sum of RGB (Red+Green+Blue) = 193+24+102=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C11866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11866 is #3EE799. Grayscale: #535353. Windows color (decimal): -4122522 or 6691009. OLE color: 6691009.

HSL color Cylindrical-coordinate representation of color #C11866: hue angle of 332.31º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11866 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 24 102 -
CMYK 0 0.88 0.47 0.24
HSL 332.31º 0.78% 0.43% -
HSV(B) 332.31º 0.88% 0.76% -
XYZ 24.72 12.95 13.77 -
YUV 83.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 193 24 102 0 0.88 0.47 0.24 332.31 0.78 0.43
Hex C1 18 66 0 58 2F 18 14C 4E 2B
Octal 301 30 146 0 130 57 30 514 116 53
Binary 11000001 11000 1100110 0 1011000 101111 11000 101001100 1001110 101011

Color Harmonies of #C11866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11866

Black with #C11866

Text Example


Text Example

White with #C11866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11866; }

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

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

background-color css

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

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

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

border-color css

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

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

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