Html Css Color HEX #C9474B Mandy

📋 copy color: '#C9474B'

red 201 ◦ green 71 ◦ blue 75

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

Shades of Mandy #C9474B

Tints of Mandy #C9474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 57.93%
G = 20.46%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9474B (or 0xC9474B) is known color: Mandy. HEX triplet: C9, 47 and 4B. RGB value is (201,71,75). Sum of RGB (Red+Green+Blue) = 201+71+75=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9474B is #36B8B4. Grayscale: #6E6E6E. Windows color (decimal): -3586229 or 4933577. OLE color: 4933577.

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

Color convert

RGB 201 71 75 -
CMYK 0 0.65 0.63 0.21
HSL 358.15º 0.55% 0.53% -
HSV(B) 358.15º 0.65% 0.79% -
XYZ 27.61 17.43 8.57 -
YUV 110.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 201 71 75 0 0.65 0.63 0.21 358.15 0.55 0.53
Hex C9 47 4B 0 41 3F 15 166 37 35
Octal 311 107 113 0 101 77 25 546 67 65
Binary 11001001 1000111 1001011 0 1000001 111111 10101 101100110 110111 110101

Color Harmonies of #C9474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9474B

Black with #C9474B

Text Example


Text Example

White with #C9474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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