Html Css Color HEX #C01157 Jazzberry Jam

📋 copy color: '#C01157'

red 192 ◦ green 17 ◦ blue 87

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

Shades of Jazzberry Jam #C01157

Tints of Jazzberry Jam #C01157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 64.86%
G = 5.74%
B = 29.39%

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

#C01157 (or 0xC01157) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 57. RGB value is (192,17,87). Sum of RGB (Red+Green+Blue) = 192+17+87=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C01157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01157 is #3FEEA8. Grayscale: #4D4D4D. Windows color (decimal): -4189865 or 5706176. OLE color: 5706176.

HSL color Cylindrical-coordinate representation of color #C01157: hue angle of 336º 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 #C01157 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 87 -
CMYK 0 0.91 0.55 0.25
HSL 336º 0.84% 0.41% -
HSV(B) 336º 0.91% 0.75% -
XYZ 23.66 12.3 10.14 -
YUV 77.31 133.48 209.81 -
System Red Green Blue C M Y K H S L
Decimal 192 17 87 0 0.91 0.55 0.25 336 0.84 0.41
Hex C0 11 57 0 5B 37 19 150 54 29
Octal 300 21 127 0 133 67 31 520 124 51
Binary 11000000 10001 1010111 0 1011011 110111 11001 101010000 1010100 101001

Color Harmonies of #C01157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01157

Black with #C01157

Text Example


Text Example

White with #C01157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01157; }

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

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

background-color css

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

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

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

border-color css

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

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

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