Html Css Color HEX #C10060 Jazzberry Jam

📋 copy color: '#C10060'

red 193 ◦ green 0 ◦ blue 96

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

Shades of Jazzberry Jam #C10060

Tints of Jazzberry Jam #C10060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.78%
G = 0%
B = 33.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C10060 (or 0xC10060) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 60. RGB value is (193,0,96). Sum of RGB (Red+Green+Blue) = 193+0+96=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C10060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10060 is #3EFF9F. Grayscale: #444444. Windows color (decimal): -4128672 or 6291649. OLE color: 6291649.

HSL color Cylindrical-coordinate representation of color #C10060: hue angle of 330.16º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10060 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 96 -
CMYK 0 1 0.50 0.24
HSL 330.16º 1% 0.38% -
HSV(B) 330.16º 1% 0.76% -
XYZ 24.1 12.18 12.15 -
YUV 68.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 193 0 96 0 1 0.50 0.24 330.16 1 0.38
Hex C1 0 60 0 64 32 18 14A 64 26
Octal 301 0 140 0 144 62 30 512 144 46
Binary 11000001 0 1100000 0 1100100 110010 11000 101001010 1100100 100110

Color Harmonies of #C10060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10060

Black with #C10060

Text Example


Text Example

White with #C10060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10060; }

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

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

background-color css

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

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

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

border-color css

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

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

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