#CB5055

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

Shades of Mandy #CB5055

Tints of Mandy #CB5055

Color information

#CB5055 (or 0xCB5055) is unknown color: approx Mandy. HEX triplet: CB, 50 and 55. RGB value is (203,80,85). Sum of RGB (Red+Green+Blue) = 203+80+85=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5055 is #34AFAA. Grayscale: #757575. Windows color (decimal): -3452843 or 5591243. OLE color: 5591243.

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

Color convert

RGB2038085-
CMYK00.610.580.20
HSL357.56º54.19%55.49%-
HSV(B)357.56º60.59%79.61%-
XYZ29.1419.0910.74-
YUV117.35109.75189.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=55.16%
G=21.74%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203808500.610.580.20357.5654.1955.49
HexCB505503D3A141663637
Octal31312012507572245466667
Binary1100101110100001010101011110111101010100101100110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5055; }

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

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

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

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

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

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

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

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