#CB5662

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

Shades of Mandy #CB5662

Tints of Mandy #CB5662

Color information

#CB5662 (or 0xCB5662) is unknown color: approx Mandy. HEX triplet: CB, 56 and 62. RGB value is (203,86,98). Sum of RGB (Red+Green+Blue) = 203+86+98=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5662 is #34A99D. Grayscale: #7A7A7A. Windows color (decimal): -3451294 or 6444747. OLE color: 6444747.

HSL color Cylindrical-coordinate representation of color #CB5662: hue angle of 353.85º 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 #CB5662 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB2038698-
CMYK00.580.520.20
HSL353.85º52.94%56.67%-
HSV(B)353.85º57.64%79.61%-
XYZ30.1620.2313.87-
YUV122.35114.26185.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=52.45%
G=22.22%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203869800.580.520.20353.8552.9456.67
HexCB566203A34141623539
Octal31312614207264245426571
Binary1100101110101101100010011101011010010100101100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5662; }

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

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

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

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

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

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

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

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