#C1525B

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

Shades of Mandy #C1525B

Tints of Mandy #C1525B

Color information

#C1525B (or 0xC1525B) is unknown color: approx Mandy. HEX triplet: C1, 52 and 5B. RGB value is (193,82,91). Sum of RGB (Red+Green+Blue) = 193+82+91=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1525B is #3EADA4. Grayscale: #747474. Windows color (decimal): -4107685 or 5984961. OLE color: 5984961.

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

Color convert

RGB1938291-
CMYK00.580.530.24
HSL355.14º47.23%53.92%-
HSV(B)355.14º57.51%75.69%-
XYZ26.918.1311.98-
YUV116.22113.77182.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=52.73%
G=22.40%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193829100.580.530.24355.1447.2353.92
HexC1525B03A35181632f36
Octal30112213307265305435766
Binary1100000110100101011011011101011010111000101100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1525B; }

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

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

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

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

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

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

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

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