Html Css Color HEX #C1115C Jazzberry Jam

📋 copy color: '#C1115C'

red 193 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #C1115C

Tints of Jazzberry Jam #C1115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.63%

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 63.91%
G = 5.63%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1115C (or 0xC1115C) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 5C. RGB value is (193,17,92). Sum of RGB (Red+Green+Blue) = 193+17+92=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1115C is #3EEEA3. Grayscale: #4E4E4E. Windows color (decimal): -4124324 or 6033857. OLE color: 6033857.

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

Color convert

RGB 193 17 92 -
CMYK 0 0.91 0.52 0.24
HSL 334.43º 0.84% 0.41% -
HSV(B) 334.43º 0.91% 0.76% -
XYZ 24.12 12.51 11.27 -
YUV 78.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 193 17 92 0 0.91 0.52 0.24 334.43 0.84 0.41
Hex C1 11 5C 0 5B 34 18 14E 54 29
Octal 301 21 134 0 133 64 30 516 124 51
Binary 11000001 10001 1011100 0 1011011 110100 11000 101001110 1010100 101001

Color Harmonies of #C1115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1115C

Black with #C1115C

Text Example


Text Example

White with #C1115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1115C; }

 p { color: rgb(193,17,92); }

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

background-color css

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

 a { background-color: rgb(193,17,92); }

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

border-color css

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

 span { border-color: rgb(193,17,92); }

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