Html Css Color HEX #C00550 Jazzberry Jam

📋 copy color: '#C00550'

red 192 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #C00550

Tints of Jazzberry Jam #C00550

RGB

 RED value IS 192 (75.39% from 255) = 69.31%

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

 BLUE value IS 80 (31.64% from 255) = 28.88%

R = 69.31%
G = 1.81%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C00550 (or 0xC00550) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 50. RGB value is (192,5,80). Sum of RGB (Red+Green+Blue) = 192+5+80=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C00550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00550 is #3FFAAF. Grayscale: #454545. Windows color (decimal): -4192944 or 5244352. OLE color: 5244352.

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

Color convert

RGB 192 5 80 -
CMYK 0 0.97 0.58 0.25
HSL 335.94º 0.95% 0.39% -
HSV(B) 335.94º 0.97% 0.75% -
XYZ 23.24 11.89 8.66 -
YUV 69.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 192 5 80 0 0.97 0.58 0.25 335.94 0.95 0.39
Hex C0 5 50 0 61 3A 19 150 5F 27
Octal 300 5 120 0 141 72 31 520 137 47
Binary 11000000 101 1010000 0 1100001 111010 11001 101010000 1011111 100111

Color Harmonies of #C00550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00550

Black with #C00550

Text Example


Text Example

White with #C00550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00550; }

 p { color: rgb(192,5,80); }

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

background-color css

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

 a { background-color: rgb(192,5,80); }

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

border-color css

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

 span { border-color: rgb(192,5,80); }

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