Html Css Color HEX #C94D54 Mandy

📋 copy color: '#C94D54'

red 201 ◦ green 77 ◦ blue 84

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

Shades of Mandy #C94D54

Tints of Mandy #C94D54

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.27%

 BLUE value IS 84 (33.2% from 255) = 23.2%

R = 55.52%
G = 21.27%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C94D54 (or 0xC94D54) is known color: Mandy. HEX triplet: C9, 4D and 54. RGB value is (201,77,84). Sum of RGB (Red+Green+Blue) = 201+77+84=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D54 is #36B2AB. Grayscale: #727272. Windows color (decimal): -3584684 or 5524937. OLE color: 5524937.

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

Color convert

RGB 201 77 84 -
CMYK 0 0.62 0.58 0.21
HSL 356.61º 0.53% 0.55% -
HSV(B) 356.61º 0.62% 0.79% -
XYZ 28.34 18.37 10.44 -
YUV 114.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 201 77 84 0 0.62 0.58 0.21 356.61 0.53 0.55
Hex C9 4D 54 0 3E 3A 15 165 35 37
Octal 311 115 124 0 76 72 25 545 65 67
Binary 11001001 1001101 1010100 0 111110 111010 10101 101100101 110101 110111

Color Harmonies of #C94D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D54

Black with #C94D54

Text Example


Text Example

White with #C94D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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