Html Css Color HEX #C20455 Jazzberry Jam

📋 copy color: '#C20455'

red 194 ◦ green 4 ◦ blue 85

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

Shades of Jazzberry Jam #C20455

Tints of Jazzberry Jam #C20455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 68.55%
G = 1.41%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20455 (or 0xC20455) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 55. RGB value is (194,4,85). Sum of RGB (Red+Green+Blue) = 194+4+85=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C20455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20455 is #3DFBAA. Grayscale: #454545. Windows color (decimal): -4062123 or 5571778. OLE color: 5571778.

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

Color convert

RGB 194 4 85 -
CMYK 0 0.98 0.56 0.24
HSL 334.42º 0.96% 0.39% -
HSV(B) 334.42º 0.98% 0.76% -
XYZ 23.93 12.21 9.69 -
YUV 70.04 136.45 216.41 -
System Red Green Blue C M Y K H S L
Decimal 194 4 85 0 0.98 0.56 0.24 334.42 0.96 0.39
Hex C2 4 55 0 62 38 18 14E 60 27
Octal 302 4 125 0 142 70 30 516 140 47
Binary 11000010 100 1010101 0 1100010 111000 11000 101001110 1100000 100111

Color Harmonies of #C20455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20455

Black with #C20455

Text Example


Text Example

White with #C20455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20455; }

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

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

background-color css

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

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

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

border-color css

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

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

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