#C94448

Color #C94448 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C94448

Tints of Mandy #C94448

Color information

#C94448 (or 0xC94448) is unknown color: approx Mandy. HEX triplet: C9, 44 and 48. RGB value is (201,68,72). Sum of RGB (Red+Green+Blue) = 201+68+72=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C94448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94448 is #36BBB7. Grayscale: #6C6C6C. Windows color (decimal): -3587000 or 4736201. OLE color: 4736201.

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

Color convert

RGB2016872-
CMYK00.660.640.21
HSL358.2º55.19%52.75%-
HSV(B)358.2º66.17%78.82%-
XYZ27.3217.027.98-
YUV108.22107.56194.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.94%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=58.94%
G=19.94%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201687200.660.640.21358.255.1952.75
HexC9444804240151663735
Octal3111041100102100255466765
Binary110010011000100100100001000010100000010101101100110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94448; }

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

 H1.HeaderClassName
 {
   color: #C94448;
 }
 .AnyTagClassName
 {
   color: #C94448;
 }
</style>
background-color css

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

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

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

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

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

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