Html Css Color HEX #C94547 Mandy

📋 copy color: '#C94547'

red 201 ◦ green 69 ◦ blue 71

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

Shades of Mandy #C94547

Tints of Mandy #C94547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.82%

R = 58.94%
G = 20.23%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C94547 (or 0xC94547) is known color: Mandy. HEX triplet: C9, 45 and 47. RGB value is (201,69,71). Sum of RGB (Red+Green+Blue) = 201+69+71=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C94547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94547 is #36BAB8. Grayscale: #6C6C6C. Windows color (decimal): -3586745 or 4670921. OLE color: 4670921.

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

Color convert

RGB 201 69 71 -
CMYK 0 0.66 0.65 0.21
HSL 359.09º 0.55% 0.53% -
HSV(B) 359.09º 0.66% 0.79% -
XYZ 27.35 17.13 7.83 -
YUV 108.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 201 69 71 0 0.66 0.65 0.21 359.09 0.55 0.53
Hex C9 45 47 0 42 41 15 167 37 35
Octal 311 105 107 0 102 101 25 547 67 65
Binary 11001001 1000101 1000111 0 1000010 1000001 10101 101100111 110111 110101

Color Harmonies of #C94547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94547

Black with #C94547

Text Example


Text Example

White with #C94547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94547; }

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

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

background-color css

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

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

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

border-color css

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

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

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