Html Css Color HEX #C10259 Jazzberry Jam

📋 copy color: '#C10259'

red 193 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #C10259

Tints of Jazzberry Jam #C10259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 67.96%
G = 0.7%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C10259 (or 0xC10259) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 59. RGB value is (193,2,89). Sum of RGB (Red+Green+Blue) = 193+2+89=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C10259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10259 is #3EFDA6. Grayscale: #444444. Windows color (decimal): -4128167 or 5833409. OLE color: 5833409.

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

Color convert

RGB 193 2 89 -
CMYK 0 0.99 0.54 0.24
HSL 332.67º 0.98% 0.38% -
HSV(B) 332.67º 0.99% 0.76% -
XYZ 23.82 12.1 10.53 -
YUV 69.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 193 2 89 0 0.99 0.54 0.24 332.67 0.98 0.38
Hex C1 2 59 0 63 36 18 14D 62 26
Octal 301 2 131 0 143 66 30 515 142 46
Binary 11000001 10 1011001 0 1100011 110110 11000 101001101 1100010 100110

Color Harmonies of #C10259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10259

Black with #C10259

Text Example


Text Example

White with #C10259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10259; }

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

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

background-color css

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

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

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

border-color css

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

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

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