Html Css Color HEX #C10C68 Jazzberry Jam

📋 copy color: '#C10C68'

red 193 ◦ green 12 ◦ blue 104

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

Shades of Jazzberry Jam #C10C68

Tints of Jazzberry Jam #C10C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.88%

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 62.46%
G = 3.88%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C10C68 (or 0xC10C68) is known color: Jazzberry Jam. HEX triplet: C1, 0C and 68. RGB value is (193,12,104). Sum of RGB (Red+Green+Blue) = 193+12+104=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10C68 is #3EF397. Grayscale: #4C4C4C. Windows color (decimal): -4125592 or 6819009. OLE color: 6819009.

HSL color Cylindrical-coordinate representation of color #C10C68: hue angle of 329.5º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C68 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 12 104 -
CMYK 0 0.94 0.46 0.24
HSL 329.5º 0.88% 0.4% -
HSV(B) 329.5º 0.94% 0.76% -
XYZ 24.62 12.6 14.23 -
YUV 76.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 193 12 104 0 0.94 0.46 0.24 329.5 0.88 0.4
Hex C1 C 68 0 5E 2E 18 14A 58 28
Octal 301 14 150 0 136 56 30 512 130 50
Binary 11000001 1100 1101000 0 1011110 101110 11000 101001010 1011000 101000

Color Harmonies of #C10C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C68

Black with #C10C68

Text Example


Text Example

White with #C10C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C68; }

 p { color: rgb(193,12,104); }

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

background-color css

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

 a { background-color: rgb(193,12,104); }

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

border-color css

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

 span { border-color: rgb(193,12,104); }

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