#C2555B

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

Shades of Mandy #C2555B

Tints of Mandy #C2555B

Color information

#C2555B (or 0xC2555B) is unknown color: approx Mandy. HEX triplet: C2, 55 and 5B. RGB value is (194,85,91). Sum of RGB (Red+Green+Blue) = 194+85+91=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2555B is #3DAAA4. Grayscale: #767676. Windows color (decimal): -4041381 or 5985730. OLE color: 5985730.

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

Color convert

RGB1948591-
CMYK00.560.530.24
HSL356.7º47.19%54.71%-
HSV(B)356.7º56.19%76.08%-
XYZ27.3818.7212.07-
YUV118.28112.61182.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.43%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=52.43%
G=22.97%
B=24.59%

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
Decimal194859100.560.530.24356.747.1954.71
HexC2555B03835181652f37
Octal30212513307065305455767
Binary1100001010101011011011011100011010111000101100101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2555B; }

 p { color: rgb(194,85,91); }

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

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

 a { background-color: rgb(194,85,91); }

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

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

 span { border-color: rgb(194,85,91); }

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