#C15052

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

Shades of Mandy #C15052

Tints of Mandy #C15052

Color information

#C15052 (or 0xC15052) is unknown color: approx Mandy. HEX triplet: C1, 50 and 52. RGB value is (193,80,82). Sum of RGB (Red+Green+Blue) = 193+80+82=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C15052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15052 is #3EAFAD. Grayscale: #727272. Windows color (decimal): -4108206 or 5394625. OLE color: 5394625.

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

Color convert

RGB1938082-
CMYK00.590.580.24
HSL358.94º47.68%53.53%-
HSV(B)358.94º58.55%75.69%-
XYZ26.3817.6810.01-
YUV114.02109.94184.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.37%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=54.37%
G=22.54%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193808200.590.580.24358.9447.6853.53
HexC1505203B3A181673036
Octal30112012207372305476066
Binary1100000110100001010010011101111101011000101100111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15052; }

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

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

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

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

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

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

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

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