#C1555A

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

Shades of Mandy #C1555A

Tints of Mandy #C1555A

Color information

#C1555A (or 0xC1555A) is unknown color: approx Mandy. HEX triplet: C1, 55 and 5A. RGB value is (193,85,90). Sum of RGB (Red+Green+Blue) = 193+85+90=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1555A is #3EAAA5. Grayscale: #757575. Windows color (decimal): -4106918 or 5920193. OLE color: 5920193.

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

Color convert

RGB1938590-
CMYK00.560.530.24
HSL357.22º46.55%54.51%-
HSV(B)357.22º55.96%75.69%-
XYZ27.0918.5711.83-
YUV117.86112.28181.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.45%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=52.45%
G=23.10%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193859000.560.530.24357.2246.5554.51
HexC1555A03835181652f37
Octal30112513207065305455767
Binary1100000110101011011010011100011010111000101100101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1555A; }

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

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

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

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

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

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

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

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