Html Css Color HEX #C10E5C Jazzberry Jam

📋 copy color: '#C10E5C'

red 193 ◦ green 14 ◦ blue 92

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

Shades of Jazzberry Jam #C10E5C

Tints of Jazzberry Jam #C10E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 64.55%
G = 4.68%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C10E5C (or 0xC10E5C) is known color: Jazzberry Jam. HEX triplet: C1, 0E and 5C. RGB value is (193,14,92). Sum of RGB (Red+Green+Blue) = 193+14+92=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E5C is #3EF1A3. Grayscale: #4C4C4C. Windows color (decimal): -4125092 or 6033089. OLE color: 6033089.

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

Color convert

RGB 193 14 92 -
CMYK 0 0.93 0.52 0.24
HSL 333.85º 0.86% 0.41% -
HSV(B) 333.85º 0.93% 0.76% -
XYZ 24.08 12.42 11.25 -
YUV 76.41 136.8 211.16 -
System Red Green Blue C M Y K H S L
Decimal 193 14 92 0 0.93 0.52 0.24 333.85 0.86 0.41
Hex C1 E 5C 0 5D 34 18 14E 56 29
Octal 301 16 134 0 135 64 30 516 126 51
Binary 11000001 1110 1011100 0 1011101 110100 11000 101001110 1010110 101001

Color Harmonies of #C10E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E5C

Black with #C10E5C

Text Example


Text Example

White with #C10E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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