#CB5663

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

Shades of Mandy #CB5663

Tints of Mandy #CB5663

Color information

#CB5663 (or 0xCB5663) is unknown color: approx Mandy. HEX triplet: CB, 56 and 63. RGB value is (203,86,99). Sum of RGB (Red+Green+Blue) = 203+86+99=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5663 is #34A99C. Grayscale: #7A7A7A. Windows color (decimal): -3451293 or 6510283. OLE color: 6510283.

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

Color convert

RGB2038699-
CMYK00.580.510.20
HSL353.33º52.94%56.67%-
HSV(B)353.33º57.64%79.61%-
XYZ30.2120.2514.12-
YUV122.46114.76185.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=52.32%
G=22.16%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203869900.580.510.20353.3352.9456.67
HexCB566303A33141613539
Octal31312614307263245416571
Binary1100101110101101100011011101011001110100101100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5663; }

 p { color: rgb(203,86,99); }

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

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

 a { background-color: rgb(203,86,99); }

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

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

 span { border-color: rgb(203,86,99); }

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