Html Css Color HEX #C10156 Jazzberry Jam

📋 copy color: '#C10156'

red 193 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #C10156

Tints of Jazzberry Jam #C10156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 86 (33.98% from 255) = 30.71%

R = 68.93%
G = 0.36%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C10156 (or 0xC10156) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 56. RGB value is (193,1,86). Sum of RGB (Red+Green+Blue) = 193+1+86=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C10156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10156 is #3EFEA9. Grayscale: #434343. Windows color (decimal): -4128426 or 5636545. OLE color: 5636545.

HSL color Cylindrical-coordinate representation of color #C10156: hue angle of 333.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10156 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 86 -
CMYK 0 0.99 0.55 0.24
HSL 333.44º 0.99% 0.38% -
HSV(B) 333.44º 0.99% 0.76% -
XYZ 23.68 12.03 9.88 -
YUV 68.1 138.11 217.09 -
System Red Green Blue C M Y K H S L
Decimal 193 1 86 0 0.99 0.55 0.24 333.44 0.99 0.38
Hex C1 1 56 0 63 37 18 14D 63 26
Octal 301 1 126 0 143 67 30 515 143 46
Binary 11000001 1 1010110 0 1100011 110111 11000 101001101 1100011 100110

Color Harmonies of #C10156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10156

Black with #C10156

Text Example


Text Example

White with #C10156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10156; }

 p { color: rgb(193,1,86); }

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

background-color css

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

 a { background-color: rgb(193,1,86); }

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

border-color css

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

 span { border-color: rgb(193,1,86); }

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