#CB5061

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

Shades of Mandy #CB5061

Tints of Mandy #CB5061

Color information

#CB5061 (or 0xCB5061) is unknown color: approx Mandy. HEX triplet: CB, 50 and 61. RGB value is (203,80,97). Sum of RGB (Red+Green+Blue) = 203+80+97=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5061 is #34AF9E. Grayscale: #767676. Windows color (decimal): -3452831 or 6377675. OLE color: 6377675.

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

Color convert

RGB2038097-
CMYK00.610.520.20
HSL351.71º54.19%55.49%-
HSV(B)351.71º60.59%79.61%-
XYZ29.6519.313.47-
YUV118.71115.75188.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.42%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=53.42%
G=21.05%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203809700.610.520.20351.7154.1955.49
HexCB506103D34141603637
Octal31312014107564245406667
Binary1100101110100001100001011110111010010100101100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5061; }

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

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

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

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

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

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

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

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