Html Css Color HEX #C20959 Jazzberry Jam

📋 copy color: '#C20959'

red 194 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #C20959

Tints of Jazzberry Jam #C20959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

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

R = 66.44%
G = 3.08%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C20959 (or 0xC20959) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 59. RGB value is (194,9,89). Sum of RGB (Red+Green+Blue) = 194+9+89=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C20959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20959 is #3DF6A6. Grayscale: #494949. Windows color (decimal): -4060839 or 5835202. OLE color: 5835202.

HSL color Cylindrical-coordinate representation of color #C20959: hue angle of 334.05º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20959 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 89 -
CMYK 0 0.95 0.54 0.24
HSL 334.05º 0.91% 0.4% -
HSV(B) 334.05º 0.95% 0.76% -
XYZ 24.15 12.39 10.57 -
YUV 73.44 136.79 214 -
System Red Green Blue C M Y K H S L
Decimal 194 9 89 0 0.95 0.54 0.24 334.05 0.91 0.4
Hex C2 9 59 0 5F 36 18 14E 5B 28
Octal 302 11 131 0 137 66 30 516 133 50
Binary 11000010 1001 1011001 0 1011111 110110 11000 101001110 1011011 101000

Color Harmonies of #C20959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20959

Black with #C20959

Text Example


Text Example

White with #C20959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20959; }

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

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

background-color css

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

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

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

border-color css

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

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

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