#C55052

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

Shades of Mandy #C55052

Tints of Mandy #C55052

Color information

#C55052 (or 0xC55052) is unknown color: approx Mandy. HEX triplet: C5, 50 and 52. RGB value is (197,80,82). Sum of RGB (Red+Green+Blue) = 197+80+82=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C55052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55052 is #3AAFAD. Grayscale: #737373. Windows color (decimal): -3846062 or 5394629. OLE color: 5394629.

HSL color Cylindrical-coordinate representation of color #C55052: hue angle of 358.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55052 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB1978082-
CMYK00.590.580.23
HSL358.97º50.21%54.31%-
HSV(B)358.97º59.39%77.25%-
XYZ27.4218.2210.05-
YUV115.21109.26186.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.87%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=54.87%
G=22.28%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197808200.590.580.23358.9750.2154.31
HexC5505203B3A171673236
Octal30512012207372275476266
Binary1100010110100001010010011101111101010111101100111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55052; }

 p { color: rgb(197,80,82); }

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

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

 a { background-color: rgb(197,80,82); }

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

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

 span { border-color: rgb(197,80,82); }

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