Html Css Color HEX #C20553 Jazzberry Jam

📋 copy color: '#C20553'

red 194 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #C20553

Tints of Jazzberry Jam #C20553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.43%

R = 68.79%
G = 1.77%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C20553 (or 0xC20553) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 53. RGB value is (194,5,83). Sum of RGB (Red+Green+Blue) = 194+5+83=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C20553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20553 is #3DFAAC. Grayscale: #464646. Windows color (decimal): -4061869 or 5440962. OLE color: 5440962.

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

Color convert

RGB 194 5 83 -
CMYK 0 0.97 0.57 0.24
HSL 335.24º 0.95% 0.39% -
HSV(B) 335.24º 0.97% 0.76% -
XYZ 23.86 12.2 9.28 -
YUV 70.4 135.12 216.16 -
System Red Green Blue C M Y K H S L
Decimal 194 5 83 0 0.97 0.57 0.24 335.24 0.95 0.39
Hex C2 5 53 0 61 39 18 14F 5F 27
Octal 302 5 123 0 141 71 30 517 137 47
Binary 11000010 101 1010011 0 1100001 111001 11000 101001111 1011111 100111

Color Harmonies of #C20553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20553

Black with #C20553

Text Example


Text Example

White with #C20553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20553; }

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

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

background-color css

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

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

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

border-color css

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

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

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