Html Css Color HEX #C9545F Mandy

📋 copy color: '#C9545F'

red 201 ◦ green 84 ◦ blue 95

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

Shades of Mandy #C9545F

Tints of Mandy #C9545F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.11%

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

R = 52.89%
G = 22.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9545F (or 0xC9545F) is known color: Mandy. HEX triplet: C9, 54 and 5F. RGB value is (201,84,95). Sum of RGB (Red+Green+Blue) = 201+84+95=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9545F is #36ABA0. Grayscale: #787878. Windows color (decimal): -3582881 or 6247625. OLE color: 6247625.

HSL color Cylindrical-coordinate representation of color #C9545F: hue angle of 354.36º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9545F is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 84 95 -
CMYK 0 0.58 0.53 0.21
HSL 354.36º 0.52% 0.56% -
HSV(B) 354.36º 0.58% 0.79% -
XYZ 29.32 19.58 13.06 -
YUV 120.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 201 84 95 0 0.58 0.53 0.21 354.36 0.52 0.56
Hex C9 54 5F 0 3A 35 15 162 34 38
Octal 311 124 137 0 72 65 25 542 64 70
Binary 11001001 1010100 1011111 0 111010 110101 10101 101100010 110100 111000

Color Harmonies of #C9545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9545F

Black with #C9545F

Text Example


Text Example

White with #C9545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9545F; }

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

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

background-color css

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

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

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

border-color css

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

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

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