#C0545A

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

Shades of Mandy #C0545A

Tints of Mandy #C0545A

Color information

#C0545A (or 0xC0545A) is unknown color: approx Mandy. HEX triplet: C0, 54 and 5A. RGB value is (192,84,90). Sum of RGB (Red+Green+Blue) = 192+84+90=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0545A is #3FABA5. Grayscale: #757575. Windows color (decimal): -4172710 or 5919936. OLE color: 5919936.

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

Color convert

RGB1928490-
CMYK00.560.530.25
HSL356.67º46.15%54.12%-
HSV(B)356.67º56.25%75.29%-
XYZ26.7518.2911.79-
YUV116.98112.78181.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.46%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=52.46%
G=22.95%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192849000.560.530.25356.6746.1554.12
HexC0545A03835191652e36
Octal30012413207065315455666
Binary1100000010101001011010011100011010111001101100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0545A; }

 p { color: rgb(192,84,90); }

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

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

 a { background-color: rgb(192,84,90); }

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

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

 span { border-color: rgb(192,84,90); }

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