Html Css Color HEX #C9515B Mandy

📋 copy color: '#C9515B'

red 201 ◦ green 81 ◦ blue 91

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

Shades of Mandy #C9515B

Tints of Mandy #C9515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 53.89%
G = 21.72%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9515B (or 0xC9515B) is known color: Mandy. HEX triplet: C9, 51 and 5B. RGB value is (201,81,91). Sum of RGB (Red+Green+Blue) = 201+81+91=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9515B is #36AEA4. Grayscale: #767676. Windows color (decimal): -3583653 or 5984713. OLE color: 5984713.

HSL color Cylindrical-coordinate representation of color #C9515B: hue angle of 355º 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 #C9515B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 91 -
CMYK 0 0.60 0.55 0.21
HSL 355º 0.53% 0.55% -
HSV(B) 355º 0.6% 0.79% -
XYZ 28.92 19.06 12.05 -
YUV 118.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 201 81 91 0 0.60 0.55 0.21 355 0.53 0.55
Hex C9 51 5B 0 3C 37 15 163 35 37
Octal 311 121 133 0 74 67 25 543 65 67
Binary 11001001 1010001 1011011 0 111100 110111 10101 101100011 110101 110111

Color Harmonies of #C9515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9515B

Black with #C9515B

Text Example


Text Example

White with #C9515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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