Html Css Color HEX #C15D60 Mandy

📋 copy color: '#C15D60'

red 193 ◦ green 93 ◦ blue 96

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

Shades of Mandy #C15D60

Tints of Mandy #C15D60

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

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

R = 50.52%
G = 24.35%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C15D60 (or 0xC15D60) is known color: Mandy. HEX triplet: C1, 5D and 60. RGB value is (193,93,96). Sum of RGB (Red+Green+Blue) = 193+93+96=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15D60 is #3EA29F. Grayscale: #7B7B7B. Windows color (decimal): -4104864 or 6315457. OLE color: 6315457.

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

Color convert

RGB 193 93 96 -
CMYK 0 0.52 0.50 0.24
HSL 358.2º 0.45% 0.56% -
HSV(B) 358.2º 0.52% 0.76% -
XYZ 28.02 20.01 13.45 -
YUV 123.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 193 93 96 0 0.52 0.50 0.24 358.2 0.45 0.56
Hex C1 5D 60 0 34 32 18 166 2D 38
Octal 301 135 140 0 64 62 30 546 55 70
Binary 11000001 1011101 1100000 0 110100 110010 11000 101100110 101101 111000

Color Harmonies of #C15D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D60

Black with #C15D60

Text Example


Text Example

White with #C15D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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