#C0475A

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

Shades of Mandy #C0475A

Tints of Mandy #C0475A

Color information

#C0475A (or 0xC0475A) is unknown color: approx Mandy. HEX triplet: C0, 47 and 5A. RGB value is (192,71,90). Sum of RGB (Red+Green+Blue) = 192+71+90=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0475A is #3FB8A5. Grayscale: #6D6D6D. Windows color (decimal): -4176038 or 5916608. OLE color: 5916608.

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

Color convert

RGB1927190-
CMYK00.630.530.25
HSL350.58º48.99%51.57%-
HSV(B)350.58º63.02%75.29%-
XYZ25.8416.4511.49-
YUV109.35117.09186.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=54.39%
G=20.11%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192719000.630.530.25350.5848.9951.57
HexC0475A03F351915f3134
Octal30010713207765315376164
Binary1100000010001111011010011111111010111001101011111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0475A; }

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

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

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

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

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

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

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

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