#C6545E

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

Shades of Mandy #C6545E

Tints of Mandy #C6545E

Color information

#C6545E (or 0xC6545E) is unknown color: approx Mandy. HEX triplet: C6, 54 and 5E. RGB value is (198,84,94). Sum of RGB (Red+Green+Blue) = 198+84+94=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6545E is #39ABA1. Grayscale: #777777. Windows color (decimal): -3779490 or 6182086. OLE color: 6182086.

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

Color convert

RGB1988494-
CMYK00.580.530.22
HSL354.74º50%55.29%-
HSV(B)354.74º57.58%77.65%-
XYZ28.4819.1512.79-
YUV119.23113.77184.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.66%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 94 (37.11% from 255) = 25%
R=52.66%
G=22.34%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198849400.580.530.22354.745055.29
HexC6545E03A35161633237
Octal30612413607265265436267
Binary1100011010101001011110011101011010110110101100011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6545E; }

 p { color: rgb(198,84,94); }

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

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

 a { background-color: rgb(198,84,94); }

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

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

 span { border-color: rgb(198,84,94); }

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