Html Css Color HEX #C10858 Jazzberry Jam

📋 copy color: '#C10858'

red 193 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #C10858

Tints of Jazzberry Jam #C10858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 66.78%
G = 2.77%
B = 30.45%

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

#C10858 (or 0xC10858) is known color: Jazzberry Jam. HEX triplet: C1, 08 and 58. RGB value is (193,8,88). Sum of RGB (Red+Green+Blue) = 193+8+88=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C10858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10858 is #3EF7A7. Grayscale: #484848. Windows color (decimal): -4126632 or 5769409. OLE color: 5769409.

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

Color convert

RGB 193 8 88 -
CMYK 0 0.96 0.54 0.24
HSL 334.05º 0.92% 0.39% -
HSV(B) 334.05º 0.96% 0.76% -
XYZ 23.84 12.22 10.33 -
YUV 72.44 136.79 214 -
System Red Green Blue C M Y K H S L
Decimal 193 8 88 0 0.96 0.54 0.24 334.05 0.92 0.39
Hex C1 8 58 0 60 36 18 14E 5C 27
Octal 301 10 130 0 140 66 30 516 134 47
Binary 11000001 1000 1011000 0 1100000 110110 11000 101001110 1011100 100111

Color Harmonies of #C10858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10858

Black with #C10858

Text Example


Text Example

White with #C10858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10858; }

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

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

background-color css

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

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

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

border-color css

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

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

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