Html Css Color HEX #C01156 Jazzberry Jam

📋 copy color: '#C01156'

red 192 ◦ green 17 ◦ blue 86

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

Shades of Jazzberry Jam #C01156

Tints of Jazzberry Jam #C01156

RGB

 RED value IS 192 (75.39% from 255) = 65.08%

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

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

R = 65.08%
G = 5.76%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C01156 (or 0xC01156) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 56. RGB value is (192,17,86). Sum of RGB (Red+Green+Blue) = 192+17+86=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C01156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01156 is #3FEEA9. Grayscale: #4D4D4D. Windows color (decimal): -4189866 or 5640640. OLE color: 5640640.

HSL color Cylindrical-coordinate representation of color #C01156: hue angle of 336.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01156 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 86 -
CMYK 0 0.91 0.55 0.25
HSL 336.34º 0.84% 0.41% -
HSV(B) 336.34º 0.91% 0.75% -
XYZ 23.62 12.28 9.93 -
YUV 77.19 132.98 209.89 -
System Red Green Blue C M Y K H S L
Decimal 192 17 86 0 0.91 0.55 0.25 336.34 0.84 0.41
Hex C0 11 56 0 5B 37 19 150 54 29
Octal 300 21 126 0 133 67 31 520 124 51
Binary 11000000 10001 1010110 0 1011011 110111 11001 101010000 1010100 101001

Color Harmonies of #C01156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01156

Black with #C01156

Text Example


Text Example

White with #C01156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01156; }

 p { color: rgb(192,17,86); }

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

background-color css

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

 a { background-color: rgb(192,17,86); }

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

border-color css

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

 span { border-color: rgb(192,17,86); }

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