Html Css Color HEX #C20955 Jazzberry Jam

📋 copy color: '#C20955'

red 194 ◦ green 9 ◦ blue 85

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

Shades of Jazzberry Jam #C20955

Tints of Jazzberry Jam #C20955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 67.36%
G = 3.13%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20955 (or 0xC20955) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 55. RGB value is (194,9,85). Sum of RGB (Red+Green+Blue) = 194+9+85=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C20955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20955 is #3DF6AA. Grayscale: #484848. Windows color (decimal): -4060843 or 5573058. OLE color: 5573058.

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

Color convert

RGB 194 9 85 -
CMYK 0 0.95 0.56 0.24
HSL 335.35º 0.91% 0.4% -
HSV(B) 335.35º 0.95% 0.76% -
XYZ 23.99 12.32 9.71 -
YUV 72.98 134.79 214.32 -
System Red Green Blue C M Y K H S L
Decimal 194 9 85 0 0.95 0.56 0.24 335.35 0.91 0.4
Hex C2 9 55 0 5F 38 18 14F 5B 28
Octal 302 11 125 0 137 70 30 517 133 50
Binary 11000010 1001 1010101 0 1011111 111000 11000 101001111 1011011 101000

Color Harmonies of #C20955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20955

Black with #C20955

Text Example


Text Example

White with #C20955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20955; }

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

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

background-color css

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

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

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

border-color css

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

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

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