Html Css Color HEX #C9505A Mandy

📋 copy color: '#C9505A'

red 201 ◦ green 80 ◦ blue 90

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

Shades of Mandy #C9505A

Tints of Mandy #C9505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 54.18%
G = 21.56%
B = 24.26%

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

#C9505A (or 0xC9505A) is known color: Mandy. HEX triplet: C9, 50 and 5A. RGB value is (201,80,90). Sum of RGB (Red+Green+Blue) = 201+80+90=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C9505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9505A is #36AFA5. Grayscale: #757575. Windows color (decimal): -3583910 or 5918921. OLE color: 5918921.

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

Color convert

RGB 201 80 90 -
CMYK 0 0.60 0.55 0.21
HSL 355.04º 0.53% 0.55% -
HSV(B) 355.04º 0.6% 0.79% -
XYZ 28.8 18.89 11.8 -
YUV 117.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 201 80 90 0 0.60 0.55 0.21 355.04 0.53 0.55
Hex C9 50 5A 0 3C 37 15 163 35 37
Octal 311 120 132 0 74 67 25 543 65 67
Binary 11001001 1010000 1011010 0 111100 110111 10101 101100011 110101 110111

Color Harmonies of #C9505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9505A

Black with #C9505A

Text Example


Text Example

White with #C9505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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