#CB4858

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

Shades of Mandy #CB4858

Tints of Mandy #CB4858

Color information

#CB4858 (or 0xCB4858) is unknown color: approx Mandy. HEX triplet: CB, 48 and 58. RGB value is (203,72,88). Sum of RGB (Red+Green+Blue) = 203+72+88=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4858 is #34B7A7. Grayscale: #717171. Windows color (decimal): -3454888 or 5785803. OLE color: 5785803.

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

Color convert

RGB2037288-
CMYK00.650.570.20
HSL352.67º55.74%53.92%-
HSV(B)352.67º64.53%79.61%-
XYZ28.7118.0411.2-
YUV112.99113.9192.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=55.92%
G=19.83%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203728800.650.570.20352.6755.7453.92
HexCB485804139141613836
Octal313110130010171245417066
Binary11001011100100010110000100000111100110100101100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4858; }

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

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

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

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

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

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

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

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