#C8555C

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

Shades of Mandy #C8555C

Tints of Mandy #C8555C

Color information

#C8555C (or 0xC8555C) is unknown color: approx Mandy. HEX triplet: C8, 55 and 5C. RGB value is (200,85,92). Sum of RGB (Red+Green+Blue) = 200+85+92=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8555C is #37AAA3. Grayscale: #787878. Windows color (decimal): -3648164 or 6051272. OLE color: 6051272.

HSL color Cylindrical-coordinate representation of color #C8555C: hue angle of 356.35º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8555C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB2008592-
CMYK00.580.540.22
HSL356.35º51.11%55.88%-
HSV(B)356.35º57.5%78.43%-
XYZ2919.5512.37-
YUV120.18112.1184.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=53.05%
G=22.55%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200859200.580.540.22356.3551.1155.88
HexC8555C03A36161643338
Octal31012513407266265446370
Binary1100100010101011011100011101011011010110101100100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8555C; }

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

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

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

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

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

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

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

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