Html Css Color HEX #C20159 Jazzberry Jam

📋 copy color: '#C20159'

red 194 ◦ green 1 ◦ blue 89

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

Shades of Jazzberry Jam #C20159

Tints of Jazzberry Jam #C20159

RGB

 RED value IS 194 (76.17% from 255) = 68.31%

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

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

R = 68.31%
G = 0.35%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C20159 (or 0xC20159) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 59. RGB value is (194,1,89). Sum of RGB (Red+Green+Blue) = 194+1+89=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C20159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20159 is #3DFEA6. Grayscale: #444444. Windows color (decimal): -4062887 or 5833154. OLE color: 5833154.

HSL color Cylindrical-coordinate representation of color #C20159: hue angle of 332.64º 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 #C20159 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 89 -
CMYK 0 0.99 0.54 0.24
HSL 332.64º 0.99% 0.38% -
HSV(B) 332.64º 0.99% 0.76% -
XYZ 24.06 12.21 10.54 -
YUV 68.74 139.44 217.34 -
System Red Green Blue C M Y K H S L
Decimal 194 1 89 0 0.99 0.54 0.24 332.64 0.99 0.38
Hex C2 1 59 0 63 36 18 14D 63 26
Octal 302 1 131 0 143 66 30 515 143 46
Binary 11000010 1 1011001 0 1100011 110110 11000 101001101 1100011 100110

Color Harmonies of #C20159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20159

Black with #C20159

Text Example


Text Example

White with #C20159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20159; }

 p { color: rgb(194,1,89); }

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

background-color css

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

 a { background-color: rgb(194,1,89); }

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

border-color css

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

 span { border-color: rgb(194,1,89); }

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