Html Css Color HEX #C9505F Mandy

📋 copy color: '#C9505F'

red 201 ◦ green 80 ◦ blue 95

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

Shades of Mandy #C9505F

Tints of Mandy #C9505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.27%

R = 53.46%
G = 21.28%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9505F (or 0xC9505F) is known color: Mandy. HEX triplet: C9, 50 and 5F. RGB value is (201,80,95). Sum of RGB (Red+Green+Blue) = 201+80+95=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9505F is #36AFA0. Grayscale: #757575. Windows color (decimal): -3583905 or 6246601. OLE color: 6246601.

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

Color convert

RGB 201 80 95 -
CMYK 0 0.60 0.53 0.21
HSL 352.56º 0.53% 0.55% -
HSV(B) 352.56º 0.6% 0.79% -
XYZ 29.02 18.98 12.96 -
YUV 117.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 201 80 95 0 0.60 0.53 0.21 352.56 0.53 0.55
Hex C9 50 5F 0 3C 35 15 161 35 37
Octal 311 120 137 0 74 65 25 541 65 67
Binary 11001001 1010000 1011111 0 111100 110101 10101 101100001 110101 110111

Color Harmonies of #C9505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9505F

Black with #C9505F

Text Example


Text Example

White with #C9505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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