Html Css Color HEX #C11766 Jazzberry Jam

📋 copy color: '#C11766'

red 193 ◦ green 23 ◦ blue 102

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

Shades of Jazzberry Jam #C11766

Tints of Jazzberry Jam #C11766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.23%

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

R = 60.69%
G = 7.23%
B = 32.08%

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

#C11766 (or 0xC11766) is known color: Jazzberry Jam. HEX triplet: C1, 17 and 66. RGB value is (193,23,102). Sum of RGB (Red+Green+Blue) = 193+23+102=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C11766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11766 is #3EE899. Grayscale: #525252. Windows color (decimal): -4122778 or 6690753. OLE color: 6690753.

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

Color convert

RGB 193 23 102 -
CMYK 0 0.88 0.47 0.24
HSL 332.12º 0.79% 0.42% -
HSV(B) 332.12º 0.88% 0.76% -
XYZ 24.7 12.91 13.76 -
YUV 82.84 138.82 206.58 -
System Red Green Blue C M Y K H S L
Decimal 193 23 102 0 0.88 0.47 0.24 332.12 0.79 0.42
Hex C1 17 66 0 58 2F 18 14C 4F 2A
Octal 301 27 146 0 130 57 30 514 117 52
Binary 11000001 10111 1100110 0 1011000 101111 11000 101001100 1001111 101010

Color Harmonies of #C11766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11766

Black with #C11766

Text Example


Text Example

White with #C11766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11766; }

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

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

background-color css

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

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

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

border-color css

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

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

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