Html Css Color HEX #C94554 Mandy

📋 copy color: '#C94554'

red 201 ◦ green 69 ◦ blue 84

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

Shades of Mandy #C94554

Tints of Mandy #C94554

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

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

R = 56.78%
G = 19.49%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C94554 (or 0xC94554) is known color: Mandy. HEX triplet: C9, 45 and 54. RGB value is (201,69,84). Sum of RGB (Red+Green+Blue) = 201+69+84=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C94554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94554 is #36BAAB. Grayscale: #6E6E6E. Windows color (decimal): -3586732 or 5522889. OLE color: 5522889.

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

Color convert

RGB 201 69 84 -
CMYK 0 0.66 0.58 0.21
HSL 353.18º 0.55% 0.53% -
HSV(B) 353.18º 0.66% 0.79% -
XYZ 27.82 17.31 10.26 -
YUV 110.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 201 69 84 0 0.66 0.58 0.21 353.18 0.55 0.53
Hex C9 45 54 0 42 3A 15 161 37 35
Octal 311 105 124 0 102 72 25 541 67 65
Binary 11001001 1000101 1010100 0 1000010 111010 10101 101100001 110111 110101

Color Harmonies of #C94554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94554

Black with #C94554

Text Example


Text Example

White with #C94554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94554; }

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

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

background-color css

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

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

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

border-color css

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

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

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