Html Css Color HEX #C10D5F Jazzberry Jam

📋 copy color: '#C10D5F'

red 193 ◦ green 13 ◦ blue 95

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

Shades of Jazzberry Jam #C10D5F

Tints of Jazzberry Jam #C10D5F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 64.12%
G = 4.32%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C10D5F (or 0xC10D5F) is known color: Jazzberry Jam. HEX triplet: C1, 0D and 5F. RGB value is (193,13,95). Sum of RGB (Red+Green+Blue) = 193+13+95=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D5F is #3EF2A0. Grayscale: #4C4C4C. Windows color (decimal): -4125345 or 6229441. OLE color: 6229441.

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

Color convert

RGB 193 13 95 -
CMYK 0 0.93 0.51 0.24
HSL 332.67º 0.87% 0.4% -
HSV(B) 332.67º 0.93% 0.76% -
XYZ 24.2 12.45 11.95 -
YUV 76.17 138.63 211.33 -
System Red Green Blue C M Y K H S L
Decimal 193 13 95 0 0.93 0.51 0.24 332.67 0.87 0.4
Hex C1 D 5F 0 5D 33 18 14D 57 28
Octal 301 15 137 0 135 63 30 515 127 50
Binary 11000001 1101 1011111 0 1011101 110011 11000 101001101 1010111 101000

Color Harmonies of #C10D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D5F

Black with #C10D5F

Text Example


Text Example

White with #C10D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D5F; }

 p { color: rgb(193,13,95); }

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

background-color css

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

 a { background-color: rgb(193,13,95); }

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

border-color css

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

 span { border-color: rgb(193,13,95); }

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