#CB555E

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

Shades of Mandy #CB555E

Tints of Mandy #CB555E

Color information

#CB555E (or 0xCB555E) is unknown color: approx Mandy. HEX triplet: CB, 55 and 5E. RGB value is (203,85,94). Sum of RGB (Red+Green+Blue) = 203+85+94=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB555E is #34AAA1. Grayscale: #797979. Windows color (decimal): -3451554 or 6182347. OLE color: 6182347.

HSL color Cylindrical-coordinate representation of color #CB555E: hue angle of 355.42º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB555E is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB2038594-
CMYK00.580.540.20
HSL355.42º53.15%56.47%-
HSV(B)355.42º58.13%79.61%-
XYZ29.92012.87-
YUV121.31112.59186.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.14%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 94 (37.11% from 255) = 24.61%
R=53.14%
G=22.25%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203859400.580.540.20355.4253.1556.47
HexCB555E03A36141633538
Octal31312513607266245436570
Binary1100101110101011011110011101011011010100101100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB555E; }

 p { color: rgb(203,85,94); }

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

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

 a { background-color: rgb(203,85,94); }

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

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

 span { border-color: rgb(203,85,94); }

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