Html Css Color HEX #C10857 Jazzberry Jam

📋 copy color: '#C10857'

red 193 ◦ green 8 ◦ blue 87

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

Shades of Jazzberry Jam #C10857

Tints of Jazzberry Jam #C10857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.21%

R = 67.01%
G = 2.78%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C10857 (or 0xC10857) is known color: Jazzberry Jam. HEX triplet: C1, 08 and 57. RGB value is (193,8,87). Sum of RGB (Red+Green+Blue) = 193+8+87=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C10857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10857 is #3EF7A8. Grayscale: #484848. Windows color (decimal): -4126633 or 5703873. OLE color: 5703873.

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

Color convert

RGB 193 8 87 -
CMYK 0 0.96 0.55 0.24
HSL 334.38º 0.92% 0.39% -
HSV(B) 334.38º 0.96% 0.76% -
XYZ 23.8 12.2 10.12 -
YUV 72.32 136.29 214.08 -
System Red Green Blue C M Y K H S L
Decimal 193 8 87 0 0.96 0.55 0.24 334.38 0.92 0.39
Hex C1 8 57 0 60 37 18 14E 5C 27
Octal 301 10 127 0 140 67 30 516 134 47
Binary 11000001 1000 1010111 0 1100000 110111 11000 101001110 1011100 100111

Color Harmonies of #C10857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10857

Black with #C10857

Text Example


Text Example

White with #C10857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10857; }

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

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

background-color css

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

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

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

border-color css

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

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

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