#CB5758

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

Shades of Mandy #CB5758

Tints of Mandy #CB5758

Color information

#CB5758 (or 0xCB5758) is unknown color: approx Mandy. HEX triplet: CB, 57 and 58. RGB value is (203,87,88). Sum of RGB (Red+Green+Blue) = 203+87+88=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5758 is #34A8A7. Grayscale: #797979. Windows color (decimal): -3451048 or 5789643. OLE color: 5789643.

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

Color convert

RGB2038788-
CMYK00.570.570.20
HSL359.48º52.73%56.86%-
HSV(B)359.48º57.14%79.61%-
XYZ29.820.2211.56-
YUV121.8108.93185.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.70%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=53.70%
G=23.02%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203878800.570.570.20359.4852.7356.86
HexCB575803939141673539
Octal31312713007171245476571
Binary1100101110101111011000011100111100110100101100111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5758; }

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

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

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

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

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

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

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

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