Html Css Color HEX #C10557 Jazzberry Jam

📋 copy color: '#C10557'

red 193 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #C10557

Tints of Jazzberry Jam #C10557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 67.72%
G = 1.75%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C10557 (or 0xC10557) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 57. RGB value is (193,5,87). Sum of RGB (Red+Green+Blue) = 193+5+87=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C10557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10557 is #3EFAA8. Grayscale: #464646. Windows color (decimal): -4127401 or 5703105. OLE color: 5703105.

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

Color convert

RGB 193 5 87 -
CMYK 0 0.97 0.55 0.24
HSL 333.83º 0.95% 0.39% -
HSV(B) 333.83º 0.97% 0.76% -
XYZ 23.77 12.13 10.11 -
YUV 70.56 137.28 215.33 -
System Red Green Blue C M Y K H S L
Decimal 193 5 87 0 0.97 0.55 0.24 333.83 0.95 0.39
Hex C1 5 57 0 61 37 18 14E 5F 27
Octal 301 5 127 0 141 67 30 516 137 47
Binary 11000001 101 1010111 0 1100001 110111 11000 101001110 1011111 100111

Color Harmonies of #C10557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10557

Black with #C10557

Text Example


Text Example

White with #C10557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10557; }

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

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

background-color css

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

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

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

border-color css

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

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

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