Html Css Color HEX #C10E68 Jazzberry Jam

📋 copy color: '#C10E68'

red 193 ◦ green 14 ◦ blue 104

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

Shades of Jazzberry Jam #C10E68

Tints of Jazzberry Jam #C10E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.5%

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

R = 62.06%
G = 4.5%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C10E68 (or 0xC10E68) is known color: Jazzberry Jam. HEX triplet: C1, 0E and 68. RGB value is (193,14,104). Sum of RGB (Red+Green+Blue) = 193+14+104=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E68 is #3EF197. Grayscale: #4D4D4D. Windows color (decimal): -4125080 or 6819521. OLE color: 6819521.

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

Color convert

RGB 193 14 104 -
CMYK 0 0.93 0.46 0.24
HSL 329.83º 0.86% 0.41% -
HSV(B) 329.83º 0.93% 0.76% -
XYZ 24.65 12.65 14.24 -
YUV 77.78 142.8 210.18 -
System Red Green Blue C M Y K H S L
Decimal 193 14 104 0 0.93 0.46 0.24 329.83 0.86 0.41
Hex C1 E 68 0 5D 2E 18 14A 56 29
Octal 301 16 150 0 135 56 30 512 126 51
Binary 11000001 1110 1101000 0 1011101 101110 11000 101001010 1010110 101001

Color Harmonies of #C10E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E68

Black with #C10E68

Text Example


Text Example

White with #C10E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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