#CB5864

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

Shades of Mandy #CB5864

Tints of Mandy #CB5864

Color information

#CB5864 (or 0xCB5864) is unknown color: approx Mandy. HEX triplet: CB, 58 and 64. RGB value is (203,88,100). Sum of RGB (Red+Green+Blue) = 203+88+100=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5864 is #34A79B. Grayscale: #7B7B7B. Windows color (decimal): -3450780 or 6576331. OLE color: 6576331.

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

Color convert

RGB20388100-
CMYK00.570.510.20
HSL353.74º52.51%57.06%-
HSV(B)353.74º56.65%79.61%-
XYZ30.4220.614.43-
YUV123.75114.6184.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.92%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=51.92%
G=22.51%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038810000.570.510.20353.7452.5157.06
HexCB586403933141623539
Octal31313014407163245426571
Binary1100101110110001100100011100111001110100101100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5864; }

 p { color: rgb(203,88,100); }

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

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

 a { background-color: rgb(203,88,100); }

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

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

 span { border-color: rgb(203,88,100); }

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