Html Css Color HEX #C10859 Jazzberry Jam

📋 copy color: '#C10859'

red 193 ◦ green 8 ◦ blue 89

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

Shades of Jazzberry Jam #C10859

Tints of Jazzberry Jam #C10859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

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

R = 66.55%
G = 2.76%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C10859 (or 0xC10859) is known color: Jazzberry Jam. HEX triplet: C1, 08 and 59. RGB value is (193,8,89). Sum of RGB (Red+Green+Blue) = 193+8+89=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C10859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10859 is #3EF7A6. Grayscale: #484848. Windows color (decimal): -4126631 or 5834945. OLE color: 5834945.

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

Color convert

RGB 193 8 89 -
CMYK 0 0.96 0.54 0.24
HSL 333.73º 0.92% 0.39% -
HSV(B) 333.73º 0.96% 0.76% -
XYZ 23.88 12.23 10.55 -
YUV 72.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 193 8 89 0 0.96 0.54 0.24 333.73 0.92 0.39
Hex C1 8 59 0 60 36 18 14E 5C 27
Octal 301 10 131 0 140 66 30 516 134 47
Binary 11000001 1000 1011001 0 1100000 110110 11000 101001110 1011100 100111

Color Harmonies of #C10859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10859

Black with #C10859

Text Example


Text Example

White with #C10859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10859; }

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

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

background-color css

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

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

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

border-color css

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

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

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