Html Css Color HEX #C20552 Jazzberry Jam

📋 copy color: '#C20552'

red 194 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #C20552

Tints of Jazzberry Jam #C20552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 82 (32.42% from 255) = 29.18%

R = 69.04%
G = 1.78%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C20552 (or 0xC20552) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 52. RGB value is (194,5,82). Sum of RGB (Red+Green+Blue) = 194+5+82=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C20552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20552 is #3DFAAD. Grayscale: #464646. Windows color (decimal): -4061870 or 5375426. OLE color: 5375426.

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

Color convert

RGB 194 5 82 -
CMYK 0 0.97 0.58 0.24
HSL 335.56º 0.95% 0.39% -
HSV(B) 335.56º 0.97% 0.76% -
XYZ 23.83 12.19 9.08 -
YUV 70.29 134.62 216.24 -
System Red Green Blue C M Y K H S L
Decimal 194 5 82 0 0.97 0.58 0.24 335.56 0.95 0.39
Hex C2 5 52 0 61 3A 18 150 5F 27
Octal 302 5 122 0 141 72 30 520 137 47
Binary 11000010 101 1010010 0 1100001 111010 11000 101010000 1011111 100111

Color Harmonies of #C20552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20552

Black with #C20552

Text Example


Text Example

White with #C20552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20552; }

 p { color: rgb(194,5,82); }

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

background-color css

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

 a { background-color: rgb(194,5,82); }

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

border-color css

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

 span { border-color: rgb(194,5,82); }

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