#CB4150

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

Shades of Mandy #CB4150

Tints of Mandy #CB4150

Color information

#CB4150 (or 0xCB4150) is unknown color: approx Mandy. HEX triplet: CB, 41 and 50. RGB value is (203,65,80). Sum of RGB (Red+Green+Blue) = 203+65+80=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4150 is #34BEAF. Grayscale: #6C6C6C. Windows color (decimal): -3456688 or 5259723. OLE color: 5259723.

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

Color convert

RGB2036580-
CMYK00.680.610.20
HSL353.48º57.02%52.55%-
HSV(B)353.48º67.98%79.61%-
XYZ27.9717.069.41-
YUV107.97112.22195.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.33%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=58.33%
G=18.68%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203658000.680.610.20353.4857.0252.55
HexCB41500443D141613935
Octal313101120010475245417165
Binary11001011100000110100000100010011110110100101100001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4150; }

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

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

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

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

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

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

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

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