Html Css Color HEX #C9485A Mandy

📋 copy color: '#C9485A'

red 201 ◦ green 72 ◦ blue 90

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

Shades of Mandy #C9485A

Tints of Mandy #C9485A

RGB

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

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

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

R = 55.37%
G = 19.83%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9485A (or 0xC9485A) is known color: Mandy. HEX triplet: C9, 48 and 5A. RGB value is (201,72,90). Sum of RGB (Red+Green+Blue) = 201+72+90=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9485A is #36B7A5. Grayscale: #707070. Windows color (decimal): -3585958 or 5916873. OLE color: 5916873.

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

Color convert

RGB 201 72 90 -
CMYK 0 0.64 0.55 0.21
HSL 351.63º 0.54% 0.54% -
HSV(B) 351.63º 0.64% 0.79% -
XYZ 28.25 17.79 11.62 -
YUV 112.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 201 72 90 0 0.64 0.55 0.21 351.63 0.54 0.54
Hex C9 48 5A 0 40 37 15 160 36 36
Octal 311 110 132 0 100 67 25 540 66 66
Binary 11001001 1001000 1011010 0 1000000 110111 10101 101100000 110110 110110

Color Harmonies of #C9485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9485A

Black with #C9485A

Text Example


Text Example

White with #C9485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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