Html Css Color HEX #C15960 Mandy

📋 copy color: '#C15960'

red 193 ◦ green 89 ◦ blue 96

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

Shades of Mandy #C15960

Tints of Mandy #C15960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 51.06%
G = 23.54%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C15960 (or 0xC15960) is known color: Mandy. HEX triplet: C1, 59 and 60. RGB value is (193,89,96). Sum of RGB (Red+Green+Blue) = 193+89+96=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C15960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15960 is #3EA69F. Grayscale: #787878. Windows color (decimal): -4105888 or 6314433. OLE color: 6314433.

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

Color convert

RGB 193 89 96 -
CMYK 0 0.54 0.50 0.24
HSL 355.96º 0.46% 0.55% -
HSV(B) 355.96º 0.54% 0.76% -
XYZ 27.68 19.33 13.34 -
YUV 120.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 193 89 96 0 0.54 0.50 0.24 355.96 0.46 0.55
Hex C1 59 60 0 36 32 18 164 2E 37
Octal 301 131 140 0 66 62 30 544 56 67
Binary 11000001 1011001 1100000 0 110110 110010 11000 101100100 101110 110111

Color Harmonies of #C15960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15960

Black with #C15960

Text Example


Text Example

White with #C15960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15960; }

 p { color: rgb(193,89,96); }

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

background-color css

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

 a { background-color: rgb(193,89,96); }

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

border-color css

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

 span { border-color: rgb(193,89,96); }

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