Html Css Color HEX #C15A5D Mandy

📋 copy color: '#C15A5D'

red 193 ◦ green 90 ◦ blue 93

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

Shades of Mandy #C15A5D

Tints of Mandy #C15A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 51.33%
G = 23.94%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C15A5D (or 0xC15A5D) is known color: Mandy. HEX triplet: C1, 5A and 5D. RGB value is (193,90,93). Sum of RGB (Red+Green+Blue) = 193+90+93=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15A5D is #3EA5A2. Grayscale: #797979. Windows color (decimal): -4105635 or 6118081. OLE color: 6118081.

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

Color convert

RGB 193 90 93 -
CMYK 0 0.53 0.52 0.24
HSL 358.25º 0.45% 0.55% -
HSV(B) 358.25º 0.53% 0.76% -
XYZ 27.62 19.44 12.65 -
YUV 121.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 193 90 93 0 0.53 0.52 0.24 358.25 0.45 0.55
Hex C1 5A 5D 0 35 34 18 166 2D 37
Octal 301 132 135 0 65 64 30 546 55 67
Binary 11000001 1011010 1011101 0 110101 110100 11000 101100110 101101 110111

Color Harmonies of #C15A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A5D

Black with #C15A5D

Text Example


Text Example

White with #C15A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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