Html Css Color HEX #C15660 Mandy

📋 copy color: '#C15660'

red 193 ◦ green 86 ◦ blue 96

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

Shades of Mandy #C15660

Tints of Mandy #C15660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.93%

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

R = 51.47%
G = 22.93%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C15660 (or 0xC15660) is known color: Mandy. HEX triplet: C1, 56 and 60. RGB value is (193,86,96). Sum of RGB (Red+Green+Blue) = 193+86+96=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C15660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15660 is #3EA99F. Grayscale: #777777. Windows color (decimal): -4106656 or 6313665. OLE color: 6313665.

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

Color convert

RGB 193 86 96 -
CMYK 0 0.55 0.50 0.24
HSL 354.39º 0.46% 0.55% -
HSV(B) 354.39º 0.55% 0.76% -
XYZ 27.43 18.84 13.26 -
YUV 119.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 193 86 96 0 0.55 0.50 0.24 354.39 0.46 0.55
Hex C1 56 60 0 37 32 18 162 2E 37
Octal 301 126 140 0 67 62 30 542 56 67
Binary 11000001 1010110 1100000 0 110111 110010 11000 101100010 101110 110111

Color Harmonies of #C15660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15660

Black with #C15660

Text Example


Text Example

White with #C15660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15660; }

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

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

background-color css

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

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

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

border-color css

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

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

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