#CB4655

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

Shades of Mandy #CB4655

Tints of Mandy #CB4655

Color information

#CB4655 (or 0xCB4655) is unknown color: approx Mandy. HEX triplet: CB, 46 and 55. RGB value is (203,70,85). Sum of RGB (Red+Green+Blue) = 203+70+85=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4655 is #34B9AA. Grayscale: #6F6F6F. Windows color (decimal): -3455403 or 5588683. OLE color: 5588683.

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

Color convert

RGB2037085-
CMYK00.660.580.20
HSL353.23º56.12%53.53%-
HSV(B)353.23º65.52%79.61%-
XYZ28.4617.7310.52-
YUV111.48113.06193.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.70%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=56.70%
G=19.55%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203708500.660.580.20353.2356.1253.53
HexCB46550423A141613836
Octal313106125010272245417066
Binary11001011100011010101010100001011101010100101100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4655; }

 p { color: rgb(203,70,85); }

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

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

 a { background-color: rgb(203,70,85); }

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

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

 span { border-color: rgb(203,70,85); }

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