Html Css Color HEX #C01559 Jazzberry Jam

📋 copy color: '#C01559'

red 192 ◦ green 21 ◦ blue 89

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

Shades of Jazzberry Jam #C01559

Tints of Jazzberry Jam #C01559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 89 (35.16% from 255) = 29.47%

R = 63.58%
G = 6.95%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C01559 (or 0xC01559) is known color: Jazzberry Jam. HEX triplet: C0, 15 and 59. RGB value is (192,21,89). Sum of RGB (Red+Green+Blue) = 192+21+89=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C01559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01559 is #3FEAA6. Grayscale: #4F4F4F. Windows color (decimal): -4188839 or 5838272. OLE color: 5838272.

HSL color Cylindrical-coordinate representation of color #C01559: hue angle of 336.14º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01559 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 89 -
CMYK 0 0.89 0.54 0.25
HSL 336.14º 0.8% 0.42% -
HSV(B) 336.14º 0.89% 0.75% -
XYZ 23.81 12.46 10.6 -
YUV 79.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 192 21 89 0 0.89 0.54 0.25 336.14 0.8 0.42
Hex C0 15 59 0 59 36 19 150 50 2A
Octal 300 25 131 0 131 66 31 520 120 52
Binary 11000000 10101 1011001 0 1011001 110110 11001 101010000 1010000 101010

Color Harmonies of #C01559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01559

Black with #C01559

Text Example


Text Example

White with #C01559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01559; }

 p { color: rgb(192,21,89); }

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

background-color css

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

 a { background-color: rgb(192,21,89); }

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

border-color css

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

 span { border-color: rgb(192,21,89); }

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