#C0535F

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

Shades of Mandy #C0535F

Tints of Mandy #C0535F

Color information

#C0535F (or 0xC0535F) is unknown color: approx Mandy. HEX triplet: C0, 53 and 5F. RGB value is (192,83,95). Sum of RGB (Red+Green+Blue) = 192+83+95=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0535F is #3FACA0. Grayscale: #757575. Windows color (decimal): -4172961 or 6247360. OLE color: 6247360.

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

Color convert

RGB1928395-
CMYK00.570.510.25
HSL353.39º46.38%53.92%-
HSV(B)353.39º56.77%75.29%-
XYZ26.918.2212.93-
YUV116.96115.61181.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.89%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=51.89%
G=22.43%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192839500.570.510.25353.3946.3853.92
HexC0535F03933191612e36
Octal30012313707163315415666
Binary1100000010100111011111011100111001111001101100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0535F; }

 p { color: rgb(192,83,95); }

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

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

 a { background-color: rgb(192,83,95); }

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

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

 span { border-color: rgb(192,83,95); }

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