Html Css Color HEX #C11761 Jazzberry Jam

📋 copy color: '#C11761'

red 193 ◦ green 23 ◦ blue 97

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

Shades of Jazzberry Jam #C11761

Tints of Jazzberry Jam #C11761

RGB

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

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

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

R = 61.66%
G = 7.35%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C11761 (or 0xC11761) is known color: Jazzberry Jam. HEX triplet: C1, 17 and 61. RGB value is (193,23,97). Sum of RGB (Red+Green+Blue) = 193+23+97=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C11761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11761 is #3EE89E. Grayscale: #525252. Windows color (decimal): -4122783 or 6363073. OLE color: 6363073.

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

Color convert

RGB 193 23 97 -
CMYK 0 0.88 0.50 0.24
HSL 333.88º 0.79% 0.42% -
HSV(B) 333.88º 0.88% 0.76% -
XYZ 24.46 12.81 12.49 -
YUV 82.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 193 23 97 0 0.88 0.50 0.24 333.88 0.79 0.42
Hex C1 17 61 0 58 32 18 14E 4F 2A
Octal 301 27 141 0 130 62 30 516 117 52
Binary 11000001 10111 1100001 0 1011000 110010 11000 101001110 1001111 101010

Color Harmonies of #C11761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11761

Black with #C11761

Text Example


Text Example

White with #C11761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11761; }

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

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

background-color css

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

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

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

border-color css

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

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

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