#C0455A

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

Shades of Mandy #C0455A

Tints of Mandy #C0455A

Color information

#C0455A (or 0xC0455A) is unknown color: approx Mandy. HEX triplet: C0, 45 and 5A. RGB value is (192,69,90). Sum of RGB (Red+Green+Blue) = 192+69+90=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0455A is #3FBAA5. Grayscale: #6C6C6C. Windows color (decimal): -4176550 or 5916096. OLE color: 5916096.

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

Color convert

RGB1926990-
CMYK00.640.530.25
HSL349.76º49.4%51.18%-
HSV(B)349.76º64.06%75.29%-
XYZ25.7116.211.44-
YUV108.17117.75187.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=54.70%
G=19.66%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192699000.640.530.25349.7649.451.18
HexC0455A040351915e3133
Octal300105132010065315366163
Binary11000000100010110110100100000011010111001101011110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0455A; }

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

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

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

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

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

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

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

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