#C1555C

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

Shades of Mandy #C1555C

Tints of Mandy #C1555C

Color information

#C1555C (or 0xC1555C) is unknown color: approx Mandy. HEX triplet: C1, 55 and 5C. RGB value is (193,85,92). Sum of RGB (Red+Green+Blue) = 193+85+92=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1555C is #3EAAA3. Grayscale: #767676. Windows color (decimal): -4106916 or 6051265. OLE color: 6051265.

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

Color convert

RGB1938592-
CMYK00.560.520.24
HSL356.11º46.55%54.51%-
HSV(B)356.11º55.96%75.69%-
XYZ27.1718.6112.28-
YUV118.09113.28181.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=52.16%
G=22.97%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193859200.560.520.24356.1146.5554.51
HexC1555C03834181642f37
Octal30112513407064305445767
Binary1100000110101011011100011100011010011000101100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1555C; }

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

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

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

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

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

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

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

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