#CB5458

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

Shades of Mandy #CB5458

Tints of Mandy #CB5458

Color information

#CB5458 (or 0xCB5458) is unknown color: approx Mandy. HEX triplet: CB, 54 and 58. RGB value is (203,84,88). Sum of RGB (Red+Green+Blue) = 203+84+88=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5458 is #34ABA7. Grayscale: #787878. Windows color (decimal): -3451816 or 5788875. OLE color: 5788875.

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

Color convert

RGB2038488-
CMYK00.590.570.20
HSL357.98º53.36%56.27%-
HSV(B)357.98º58.62%79.61%-
XYZ29.5619.7411.49-
YUV120.04109.92187.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.13%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=54.13%
G=22.4%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203848800.590.570.20357.9853.3656.27
HexCB545803B39141663538
Octal31312413007371245466570
Binary1100101110101001011000011101111100110100101100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5458; }

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

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

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

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

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

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

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

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