Html Css Color HEX #C94454 Mandy

📋 copy color: '#C94454'

red 201 ◦ green 68 ◦ blue 84

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

Shades of Mandy #C94454

Tints of Mandy #C94454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

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

R = 56.94%
G = 19.26%
B = 23.8%

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

#C94454 (or 0xC94454) is known color: Mandy. HEX triplet: C9, 44 and 54. RGB value is (201,68,84). Sum of RGB (Red+Green+Blue) = 201+68+84=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C94454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94454 is #36BBAB. Grayscale: #6D6D6D. Windows color (decimal): -3586988 or 5522633. OLE color: 5522633.

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

Color convert

RGB 201 68 84 -
CMYK 0 0.66 0.58 0.21
HSL 352.78º 0.55% 0.53% -
HSV(B) 352.78º 0.66% 0.79% -
XYZ 27.75 17.19 10.24 -
YUV 109.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 201 68 84 0 0.66 0.58 0.21 352.78 0.55 0.53
Hex C9 44 54 0 42 3A 15 161 37 35
Octal 311 104 124 0 102 72 25 541 67 65
Binary 11001001 1000100 1010100 0 1000010 111010 10101 101100001 110111 110101

Color Harmonies of #C94454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94454

Black with #C94454

Text Example


Text Example

White with #C94454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94454; }

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

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

background-color css

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

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

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

border-color css

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

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

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