Html Css Color HEX #C10950 Jazzberry Jam

📋 copy color: '#C10950'

red 193 ◦ green 9 ◦ blue 80

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

Shades of Jazzberry Jam #C10950

Tints of Jazzberry Jam #C10950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

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

R = 68.44%
G = 3.19%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C10950 (or 0xC10950) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 50. RGB value is (193,9,80). Sum of RGB (Red+Green+Blue) = 193+9+80=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10950 is #3EF6AF. Grayscale: #484848. Windows color (decimal): -4126384 or 5245377. OLE color: 5245377.

HSL color Cylindrical-coordinate representation of color #C10950: hue angle of 336.85º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10950 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 80 -
CMYK 0 0.95 0.59 0.24
HSL 336.85º 0.91% 0.4% -
HSV(B) 336.85º 0.95% 0.76% -
XYZ 23.54 12.11 8.69 -
YUV 72.11 132.46 214.23 -
System Red Green Blue C M Y K H S L
Decimal 193 9 80 0 0.95 0.59 0.24 336.85 0.91 0.4
Hex C1 9 50 0 5F 3B 18 151 5B 28
Octal 301 11 120 0 137 73 30 521 133 50
Binary 11000001 1001 1010000 0 1011111 111011 11000 101010001 1011011 101000

Color Harmonies of #C10950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10950

Black with #C10950

Text Example


Text Example

White with #C10950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10950; }

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

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

background-color css

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

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

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

border-color css

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

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

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