#CB515F

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

Shades of Mandy #CB515F

Tints of Mandy #CB515F

Color information

#CB515F (or 0xCB515F) is unknown color: approx Mandy. HEX triplet: CB, 51 and 5F. RGB value is (203,81,95). Sum of RGB (Red+Green+Blue) = 203+81+95=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB515F is #34AEA0. Grayscale: #777777. Windows color (decimal): -3452577 or 6246859. OLE color: 6246859.

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

Color convert

RGB2038195-
CMYK00.600.530.20
HSL353.11º53.98%55.69%-
HSV(B)353.11º60.1%79.61%-
XYZ29.6419.4113.01-
YUV119.07114.42187.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=53.56%
G=21.37%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203819500.600.530.20353.1153.9855.69
HexCB515F03C35141613638
Octal31312113707465245416670
Binary1100101110100011011111011110011010110100101100001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB515F; }

 p { color: rgb(203,81,95); }

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

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

 a { background-color: rgb(203,81,95); }

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

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

 span { border-color: rgb(203,81,95); }

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