#C6545F

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

Shades of Mandy #C6545F

Tints of Mandy #C6545F

Color information

#C6545F (or 0xC6545F) is unknown color: approx Mandy. HEX triplet: C6, 54 and 5F. RGB value is (198,84,95). Sum of RGB (Red+Green+Blue) = 198+84+95=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6545F is #39ABA0. Grayscale: #777777. Windows color (decimal): -3779489 or 6247622. OLE color: 6247622.

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

Color convert

RGB1988495-
CMYK00.580.520.22
HSL354.21º50%55.29%-
HSV(B)354.21º57.58%77.65%-
XYZ28.5219.1713.02-
YUV119.34114.27184.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.52%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=52.52%
G=22.28%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198849500.580.520.22354.215055.29
HexC6545F03A34161623237
Octal30612413707264265426267
Binary1100011010101001011111011101011010010110101100010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6545F; }

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

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

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

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

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

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

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

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