#C1565C

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

Shades of Mandy #C1565C

Tints of Mandy #C1565C

Color information

#C1565C (or 0xC1565C) is unknown color: approx Mandy. HEX triplet: C1, 56 and 5C. RGB value is (193,86,92). Sum of RGB (Red+Green+Blue) = 193+86+92=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1565C is #3EA9A3. Grayscale: #767676. Windows color (decimal): -4106660 or 6051521. OLE color: 6051521.

HSL color Cylindrical-coordinate representation of color #C1565C: hue angle of 356.64º 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 #C1565C is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1938692-
CMYK00.550.520.24
HSL356.64º46.32%54.71%-
HSV(B)356.64º55.44%75.69%-
XYZ27.2518.7712.31-
YUV118.68112.95181.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=52.02%
G=23.18%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193869200.550.520.24356.6446.3254.71
HexC1565C03734181652e37
Octal30112613406764305455667
Binary1100000110101101011100011011111010011000101100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1565C; }

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

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

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

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

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

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

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

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