Html Css Color HEX #C10550 Jazzberry Jam

📋 copy color: '#C10550'

red 193 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #C10550

Tints of Jazzberry Jam #C10550

RGB

 RED value IS 193 (75.78% from 255) = 69.42%

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

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

R = 69.42%
G = 1.8%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C10550 (or 0xC10550) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 50. RGB value is (193,5,80). Sum of RGB (Red+Green+Blue) = 193+5+80=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C10550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10550 is #3EFAAF. Grayscale: #454545. Windows color (decimal): -4127408 or 5244353. OLE color: 5244353.

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

Color convert

RGB 193 5 80 -
CMYK 0 0.97 0.59 0.24
HSL 336.06º 0.95% 0.39% -
HSV(B) 336.06º 0.97% 0.76% -
XYZ 23.49 12.03 8.67 -
YUV 69.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 193 5 80 0 0.97 0.59 0.24 336.06 0.95 0.39
Hex C1 5 50 0 61 3B 18 150 5F 27
Octal 301 5 120 0 141 73 30 520 137 47
Binary 11000001 101 1010000 0 1100001 111011 11000 101010000 1011111 100111

Color Harmonies of #C10550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10550

Black with #C10550

Text Example


Text Example

White with #C10550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10550; }

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

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

background-color css

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

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

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

border-color css

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

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

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