#CB5862

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

Shades of Mandy #CB5862

Tints of Mandy #CB5862

Color information

#CB5862 (or 0xCB5862) is unknown color: approx Mandy. HEX triplet: CB, 58 and 62. RGB value is (203,88,98). Sum of RGB (Red+Green+Blue) = 203+88+98=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5862 is #34A79D. Grayscale: #7B7B7B. Windows color (decimal): -3450782 or 6445259. OLE color: 6445259.

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

Color convert

RGB2038898-
CMYK00.570.520.20
HSL354.78º52.51%57.06%-
HSV(B)354.78º56.65%79.61%-
XYZ30.3220.5613.93-
YUV123.52113.6184.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.19%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 98 (38.67% from 255) = 25.19%
R=52.19%
G=22.62%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203889800.570.520.20354.7852.5157.06
HexCB586203934141633539
Octal31313014207164245436571
Binary1100101110110001100010011100111010010100101100011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5862; }

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

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

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

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

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

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

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

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