#C04548

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

Shades of Mandy #C04548

Tints of Mandy #C04548

Color information

#C04548 (or 0xC04548) is unknown color: approx Mandy. HEX triplet: C0, 45 and 48. RGB value is (192,69,72). Sum of RGB (Red+Green+Blue) = 192+69+72=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04548 is #3FBAB7. Grayscale: #6A6A6A. Windows color (decimal): -4176568 or 4736448. OLE color: 4736448.

HSL color Cylindrical-coordinate representation of color #C04548: hue angle of 358.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04548 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1926972-
CMYK00.640.630.25
HSL358.54º49.4%51.18%-
HSV(B)358.54º64.06%75.29%-
XYZ25.0415.937.89-
YUV106.12108.75189.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=57.66%
G=20.72%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192697200.640.630.25358.5449.451.18
HexC045480403F191673133
Octal300105110010077315476163
Binary11000000100010110010000100000011111111001101100111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04548; }

 p { color: rgb(192,69,72); }

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

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

 a { background-color: rgb(192,69,72); }

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

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

 span { border-color: rgb(192,69,72); }

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