Html Css Color HEX #C20555 Jazzberry Jam

📋 copy color: '#C20555'

red 194 ◦ green 5 ◦ blue 85

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

Shades of Jazzberry Jam #C20555

Tints of Jazzberry Jam #C20555

RGB

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

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

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

R = 68.31%
G = 1.76%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20555 (or 0xC20555) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 55. RGB value is (194,5,85). Sum of RGB (Red+Green+Blue) = 194+5+85=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C20555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20555 is #3DFAAA. Grayscale: #464646. Windows color (decimal): -4061867 or 5572034. OLE color: 5572034.

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

Color convert

RGB 194 5 85 -
CMYK 0 0.97 0.56 0.24
HSL 334.6º 0.95% 0.39% -
HSV(B) 334.6º 0.97% 0.76% -
XYZ 23.94 12.23 9.69 -
YUV 70.63 136.12 216 -
System Red Green Blue C M Y K H S L
Decimal 194 5 85 0 0.97 0.56 0.24 334.6 0.95 0.39
Hex C2 5 55 0 61 38 18 14F 5F 27
Octal 302 5 125 0 141 70 30 517 137 47
Binary 11000010 101 1010101 0 1100001 111000 11000 101001111 1011111 100111

Color Harmonies of #C20555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20555

Black with #C20555

Text Example


Text Example

White with #C20555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20555; }

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

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

background-color css

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

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

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

border-color css

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

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

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