#C1565B

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

Shades of Mandy #C1565B

Tints of Mandy #C1565B

Color information

#C1565B (or 0xC1565B) is unknown color: approx Mandy. HEX triplet: C1, 56 and 5B. RGB value is (193,86,91). Sum of RGB (Red+Green+Blue) = 193+86+91=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1565B is #3EA9A4. Grayscale: #767676. Windows color (decimal): -4106661 or 5985985. OLE color: 5985985.

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

Color convert

RGB1938691-
CMYK00.550.530.24
HSL357.2º46.32%54.71%-
HSV(B)357.2º55.44%75.69%-
XYZ27.2118.7512.08-
YUV118.56112.45181.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=52.16%
G=23.24%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193869100.550.530.24357.246.3254.71
HexC1565B03735181652e37
Octal30112613306765305455667
Binary1100000110101101011011011011111010111000101100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1565B; }

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

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

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

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

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

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

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

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