Html Css Color HEX #C9485D Mandy

📋 copy color: '#C9485D'

red 201 ◦ green 72 ◦ blue 93

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

Shades of Mandy #C9485D

Tints of Mandy #C9485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 54.92%
G = 19.67%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9485D (or 0xC9485D) is known color: Mandy. HEX triplet: C9, 48 and 5D. RGB value is (201,72,93). Sum of RGB (Red+Green+Blue) = 201+72+93=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9485D is #36B7A2. Grayscale: #717171. Windows color (decimal): -3585955 or 6113481. OLE color: 6113481.

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

Color convert

RGB 201 72 93 -
CMYK 0 0.64 0.54 0.21
HSL 350.23º 0.54% 0.54% -
HSV(B) 350.23º 0.64% 0.79% -
XYZ 28.38 17.84 12.3 -
YUV 112.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 201 72 93 0 0.64 0.54 0.21 350.23 0.54 0.54
Hex C9 48 5D 0 40 36 15 15E 36 36
Octal 311 110 135 0 100 66 25 536 66 66
Binary 11001001 1001000 1011101 0 1000000 110110 10101 101011110 110110 110110

Color Harmonies of #C9485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9485D

Black with #C9485D

Text Example


Text Example

White with #C9485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9485D; }

 p { color: rgb(201,72,93); }

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

background-color css

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

 a { background-color: rgb(201,72,93); }

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

border-color css

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

 span { border-color: rgb(201,72,93); }

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