Html Css Color HEX #C10760 Jazzberry Jam

📋 copy color: '#C10760'

red 193 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #C10760

Tints of Jazzberry Jam #C10760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 65.2%
G = 2.36%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C10760 (or 0xC10760) is known color: Jazzberry Jam. HEX triplet: C1, 07 and 60. RGB value is (193,7,96). Sum of RGB (Red+Green+Blue) = 193+7+96=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C10760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10760 is #3EF89F. Grayscale: #484848. Windows color (decimal): -4126880 or 6293441. OLE color: 6293441.

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

Color convert

RGB 193 7 96 -
CMYK 0 0.96 0.50 0.24
HSL 331.29º 0.93% 0.39% -
HSV(B) 331.29º 0.96% 0.76% -
XYZ 24.18 12.33 12.17 -
YUV 72.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 193 7 96 0 0.96 0.50 0.24 331.29 0.93 0.39
Hex C1 7 60 0 60 32 18 14B 5D 27
Octal 301 7 140 0 140 62 30 513 135 47
Binary 11000001 111 1100000 0 1100000 110010 11000 101001011 1011101 100111

Color Harmonies of #C10760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10760

Black with #C10760

Text Example


Text Example

White with #C10760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10760; }

 p { color: rgb(193,7,96); }

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

background-color css

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

 a { background-color: rgb(193,7,96); }

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

border-color css

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

 span { border-color: rgb(193,7,96); }

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