Html Css Color HEX #C10E59 Jazzberry Jam

📋 copy color: '#C10E59'

red 193 ◦ green 14 ◦ blue 89

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

Shades of Jazzberry Jam #C10E59

Tints of Jazzberry Jam #C10E59

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.73%

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 65.2%
G = 4.73%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C10E59 (or 0xC10E59) is known color: Jazzberry Jam. HEX triplet: C1, 0E and 59. RGB value is (193,14,89). Sum of RGB (Red+Green+Blue) = 193+14+89=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E59 is #3EF1A6. Grayscale: #4B4B4B. Windows color (decimal): -4125095 or 5836481. OLE color: 5836481.

HSL color Cylindrical-coordinate representation of color #C10E59: hue angle of 334.86º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E59 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 89 -
CMYK 0 0.93 0.54 0.24
HSL 334.86º 0.86% 0.41% -
HSV(B) 334.86º 0.93% 0.76% -
XYZ 23.95 12.37 10.58 -
YUV 76.07 135.3 211.4 -
System Red Green Blue C M Y K H S L
Decimal 193 14 89 0 0.93 0.54 0.24 334.86 0.86 0.41
Hex C1 E 59 0 5D 36 18 14F 56 29
Octal 301 16 131 0 135 66 30 517 126 51
Binary 11000001 1110 1011001 0 1011101 110110 11000 101001111 1010110 101001

Color Harmonies of #C10E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E59

Black with #C10E59

Text Example


Text Example

White with #C10E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E59; }

 p { color: rgb(193,14,89); }

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

background-color css

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

 a { background-color: rgb(193,14,89); }

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

border-color css

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

 span { border-color: rgb(193,14,89); }

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