Html Css Color HEX #C9475D Mandy

📋 copy color: '#C9475D'

red 201 ◦ green 71 ◦ blue 93

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

Shades of Mandy #C9475D

Tints of Mandy #C9475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.45%

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

R = 55.07%
G = 19.45%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9475D (or 0xC9475D) is known color: Mandy. HEX triplet: C9, 47 and 5D. RGB value is (201,71,93). Sum of RGB (Red+Green+Blue) = 201+71+93=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9475D is #36B8A2. Grayscale: #707070. Windows color (decimal): -3586211 or 6113225. OLE color: 6113225.

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

Color convert

RGB 201 71 93 -
CMYK 0 0.65 0.54 0.21
HSL 349.85º 0.55% 0.53% -
HSV(B) 349.85º 0.65% 0.79% -
XYZ 28.32 17.71 12.28 -
YUV 112.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 201 71 93 0 0.65 0.54 0.21 349.85 0.55 0.53
Hex C9 47 5D 0 41 36 15 15E 37 35
Octal 311 107 135 0 101 66 25 536 67 65
Binary 11001001 1000111 1011101 0 1000001 110110 10101 101011110 110111 110101

Color Harmonies of #C9475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9475D

Black with #C9475D

Text Example


Text Example

White with #C9475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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