Html Css Color HEX #C9545A Mandy

📋 copy color: '#C9545A'

red 201 ◦ green 84 ◦ blue 90

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

Shades of Mandy #C9545A

Tints of Mandy #C9545A

RGB

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

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

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

R = 53.6%
G = 22.4%
B = 24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9545A (or 0xC9545A) is known color: Mandy. HEX triplet: C9, 54 and 5A. RGB value is (201,84,90). Sum of RGB (Red+Green+Blue) = 201+84+90=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9545A is #36ABA5. Grayscale: #777777. Windows color (decimal): -3582886 or 5919945. OLE color: 5919945.

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

Color convert

RGB 201 84 90 -
CMYK 0 0.58 0.55 0.21
HSL 356.92º 0.52% 0.56% -
HSV(B) 356.92º 0.58% 0.79% -
XYZ 29.1 19.5 11.9 -
YUV 119.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 201 84 90 0 0.58 0.55 0.21 356.92 0.52 0.56
Hex C9 54 5A 0 3A 37 15 165 34 38
Octal 311 124 132 0 72 67 25 545 64 70
Binary 11001001 1010100 1011010 0 111010 110111 10101 101100101 110100 111000

Color Harmonies of #C9545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9545A

Black with #C9545A

Text Example


Text Example

White with #C9545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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