Html Css Color HEX #C1515B Mandy

📋 copy color: '#C1515B'

red 193 ◦ green 81 ◦ blue 91

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

Shades of Mandy #C1515B

Tints of Mandy #C1515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.19%

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 52.88%
G = 22.19%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1515B (or 0xC1515B) is known color: Mandy. HEX triplet: C1, 51 and 5B. RGB value is (193,81,91). Sum of RGB (Red+Green+Blue) = 193+81+91=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1515B is #3EAEA4. Grayscale: #737373. Windows color (decimal): -4107941 or 5984705. OLE color: 5984705.

HSL color Cylindrical-coordinate representation of color #C1515B: hue angle of 354.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1515B is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 91 -
CMYK 0 0.58 0.53 0.24
HSL 354.64º 0.47% 0.54% -
HSV(B) 354.64º 0.58% 0.76% -
XYZ 26.82 17.98 11.95 -
YUV 115.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 193 81 91 0 0.58 0.53 0.24 354.64 0.47 0.54
Hex C1 51 5B 0 3A 35 18 163 2F 36
Octal 301 121 133 0 72 65 30 543 57 66
Binary 11000001 1010001 1011011 0 111010 110101 11000 101100011 101111 110110

Color Harmonies of #C1515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1515B

Black with #C1515B

Text Example


Text Example

White with #C1515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1515B; }

 p { color: rgb(193,81,91); }

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

background-color css

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

 a { background-color: rgb(193,81,91); }

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

border-color css

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

 span { border-color: rgb(193,81,91); }

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