#C6484F

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

Shades of Mandy #C6484F

Tints of Mandy #C6484F

Color information

#C6484F (or 0xC6484F) is unknown color: approx Mandy. HEX triplet: C6, 48 and 4F. RGB value is (198,72,79). Sum of RGB (Red+Green+Blue) = 198+72+79=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C6484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6484F is #39B7B0. Grayscale: #6E6E6E. Windows color (decimal): -3782577 or 5195974. OLE color: 5195974.

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

Color convert

RGB1987279-
CMYK00.640.600.22
HSL356.67º52.5%52.94%-
HSV(B)356.67º63.64%77.65%-
XYZ27.0217.219.29-
YUV110.47110.24190.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.73%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=56.73%
G=20.63%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198727900.640.600.22356.6752.552.94
HexC6484F0403C161653535
Octal306110117010074265456565
Binary11000110100100010011110100000011110010110101100101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6484F; }

 p { color: rgb(198,72,79); }

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

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

 a { background-color: rgb(198,72,79); }

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

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

 span { border-color: rgb(198,72,79); }

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