Html Css Color HEX #C9515A Mandy

📋 copy color: '#C9515A'

red 201 ◦ green 81 ◦ blue 90

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

Shades of Mandy #C9515A

Tints of Mandy #C9515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 54.03%
G = 21.77%
B = 24.19%

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

#C9515A (or 0xC9515A) is known color: Mandy. HEX triplet: C9, 51 and 5A. RGB value is (201,81,90). Sum of RGB (Red+Green+Blue) = 201+81+90=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C9515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9515A is #36AEA5. Grayscale: #757575. Windows color (decimal): -3583654 or 5919177. OLE color: 5919177.

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

Color convert

RGB 201 81 90 -
CMYK 0 0.60 0.55 0.21
HSL 355.5º 0.53% 0.55% -
HSV(B) 355.5º 0.6% 0.79% -
XYZ 28.88 19.04 11.83 -
YUV 117.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 201 81 90 0 0.60 0.55 0.21 355.5 0.53 0.55
Hex C9 51 5A 0 3C 37 15 164 35 37
Octal 311 121 132 0 74 67 25 544 65 67
Binary 11001001 1010001 1011010 0 111100 110111 10101 101100100 110101 110111

Color Harmonies of #C9515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9515A

Black with #C9515A

Text Example


Text Example

White with #C9515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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