#C6495C

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

Shades of Mandy #C6495C

Tints of Mandy #C6495C

Color information

#C6495C (or 0xC6495C) is unknown color: approx Mandy. HEX triplet: C6, 49 and 5C. RGB value is (198,73,92). Sum of RGB (Red+Green+Blue) = 198+73+92=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6495C is #39B6A3. Grayscale: #707070. Windows color (decimal): -3782308 or 6048198. OLE color: 6048198.

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

Color convert

RGB1987392-
CMYK00.630.540.22
HSL350.88º52.3%53.14%-
HSV(B)350.88º63.13%77.65%-
XYZ27.617.5412.06-
YUV112.54116.41188.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.55%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=54.55%
G=20.11%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198739200.630.540.22350.8852.353.14
HexC6495C03F361615f3435
Octal30611113407766265376465
Binary1100011010010011011100011111111011010110101011111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6495C; }

 p { color: rgb(198,73,92); }

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

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

 a { background-color: rgb(198,73,92); }

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

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

 span { border-color: rgb(198,73,92); }

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