#C05154

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

Shades of Mandy #C05154

Tints of Mandy #C05154

Color information

#C05154 (or 0xC05154) is unknown color: approx Mandy. HEX triplet: C0, 51 and 54. RGB value is (192,81,84). Sum of RGB (Red+Green+Blue) = 192+81+84=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C05154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05154 is #3FAEAB. Grayscale: #727272. Windows color (decimal): -4173484 or 5525952. OLE color: 5525952.

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

Color convert

RGB1928184-
CMYK00.580.560.25
HSL358.38º46.84%53.53%-
HSV(B)358.38º57.81%75.29%-
XYZ26.2817.7310.42-
YUV114.53110.77183.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.78%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=53.78%
G=22.69%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192818400.580.560.25358.3846.8453.53
HexC0515403A38191662f36
Octal30012112407270315465766
Binary1100000010100011010100011101011100011001101100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05154; }

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

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

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

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

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

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

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

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