Html Css Color HEX #C94A4E Mandy

📋 copy color: '#C94A4E'

red 201 ◦ green 74 ◦ blue 78

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

Shades of Mandy #C94A4E

Tints of Mandy #C94A4E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.96%

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 56.94%
G = 20.96%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C94A4E (or 0xC94A4E) is known color: Mandy. HEX triplet: C9, 4A and 4E. RGB value is (201,74,78). Sum of RGB (Red+Green+Blue) = 201+74+78=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94A4E is #36B5B1. Grayscale: #707070. Windows color (decimal): -3585458 or 5130953. OLE color: 5130953.

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

Color convert

RGB 201 74 78 -
CMYK 0 0.63 0.61 0.21
HSL 358.11º 0.54% 0.54% -
HSV(B) 358.11º 0.63% 0.79% -
XYZ 27.91 17.87 9.18 -
YUV 112.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 201 74 78 0 0.63 0.61 0.21 358.11 0.54 0.54
Hex C9 4A 4E 0 3F 3D 15 166 36 36
Octal 311 112 116 0 77 75 25 546 66 66
Binary 11001001 1001010 1001110 0 111111 111101 10101 101100110 110110 110110

Color Harmonies of #C94A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94A4E

Black with #C94A4E

Text Example


Text Example

White with #C94A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94A4E; }

 p { color: rgb(201,74,78); }

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

background-color css

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

 a { background-color: rgb(201,74,78); }

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

border-color css

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

 span { border-color: rgb(201,74,78); }

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