#CB4056

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

Shades of Mandy #CB4056

Tints of Mandy #CB4056

Color information

#CB4056 (or 0xCB4056) is unknown color: approx Mandy. HEX triplet: CB, 40 and 56. RGB value is (203,64,86). Sum of RGB (Red+Green+Blue) = 203+64+86=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4056 is #34BFA9. Grayscale: #6C6C6C. Windows color (decimal): -3456938 or 5652683. OLE color: 5652683.

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

Color convert

RGB2036486-
CMYK00.680.580.20
HSL350.5º57.2%52.35%-
HSV(B)350.5º68.47%79.61%-
XYZ28.1417.0410.61-
YUV108.07115.55195.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.51%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=57.51%
G=18.13%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203648600.680.580.20350.557.252.35
HexCB40560443A1415f3934
Octal313100126010472245377164
Binary11001011100000010101100100010011101010100101011111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4056; }

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

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

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

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

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

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

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

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