Html Css Color HEX #C10D5E Jazzberry Jam

📋 copy color: '#C10D5E'

red 193 ◦ green 13 ◦ blue 94

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

Shades of Jazzberry Jam #C10D5E

Tints of Jazzberry Jam #C10D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 64.33%
G = 4.33%
B = 31.33%

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

#C10D5E (or 0xC10D5E) is known color: Jazzberry Jam. HEX triplet: C1, 0D and 5E. RGB value is (193,13,94). Sum of RGB (Red+Green+Blue) = 193+13+94=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D5E is #3EF2A1. Grayscale: #4B4B4B. Windows color (decimal): -4125346 or 6163905. OLE color: 6163905.

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

Color convert

RGB 193 13 94 -
CMYK 0 0.93 0.51 0.24
HSL 333º 0.87% 0.4% -
HSV(B) 333º 0.93% 0.76% -
XYZ 24.16 12.43 11.72 -
YUV 76.05 138.13 211.41 -
System Red Green Blue C M Y K H S L
Decimal 193 13 94 0 0.93 0.51 0.24 333 0.87 0.4
Hex C1 D 5E 0 5D 33 18 14D 57 28
Octal 301 15 136 0 135 63 30 515 127 50
Binary 11000001 1101 1011110 0 1011101 110011 11000 101001101 1010111 101000

Color Harmonies of #C10D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D5E

Black with #C10D5E

Text Example


Text Example

White with #C10D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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