Html Css Color HEX #C9515D Mandy

📋 copy color: '#C9515D'

red 201 ◦ green 81 ◦ blue 93

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

Shades of Mandy #C9515D

Tints of Mandy #C9515D

RGB

 RED value IS 201 (78.91% from 255) = 53.6%

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

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

R = 53.6%
G = 21.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9515D (or 0xC9515D) is known color: Mandy. HEX triplet: C9, 51 and 5D. RGB value is (201,81,93). Sum of RGB (Red+Green+Blue) = 201+81+93=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9515D is #36AEA2. Grayscale: #767676. Windows color (decimal): -3583651 or 6115785. OLE color: 6115785.

HSL color Cylindrical-coordinate representation of color #C9515D: hue angle of 354º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9515D is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 93 -
CMYK 0 0.60 0.54 0.21
HSL 354º 0.53% 0.55% -
HSV(B) 354º 0.6% 0.79% -
XYZ 29.01 19.09 12.51 -
YUV 118.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 201 81 93 0 0.60 0.54 0.21 354 0.53 0.55
Hex C9 51 5D 0 3C 36 15 162 35 37
Octal 311 121 135 0 74 66 25 542 65 67
Binary 11001001 1010001 1011101 0 111100 110110 10101 101100010 110101 110111

Color Harmonies of #C9515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9515D

Black with #C9515D

Text Example


Text Example

White with #C9515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9515D; }

 p { color: rgb(201,81,93); }

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

background-color css

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

 a { background-color: rgb(201,81,93); }

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

border-color css

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

 span { border-color: rgb(201,81,93); }

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