#CB4959

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

Shades of Mandy #CB4959

Tints of Mandy #CB4959

Color information

#CB4959 (or 0xCB4959) is unknown color: approx Mandy. HEX triplet: CB, 49 and 59. RGB value is (203,73,89). Sum of RGB (Red+Green+Blue) = 203+73+89=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4959 is #34B6A6. Grayscale: #717171. Windows color (decimal): -3454631 or 5851595. OLE color: 5851595.

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

Color convert

RGB2037389-
CMYK00.640.560.20
HSL352.62º55.56%54.12%-
HSV(B)352.62º64.04%79.61%-
XYZ28.8118.1811.44-
YUV113.69114.07191.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.62%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=55.62%
G=20%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203738900.640.560.20352.6255.5654.12
HexCB495904038141613836
Octal313111131010070245417066
Binary11001011100100110110010100000011100010100101100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4959; }

 p { color: rgb(203,73,89); }

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

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

 a { background-color: rgb(203,73,89); }

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

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

 span { border-color: rgb(203,73,89); }

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