#cb4c5a

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

Shades of Mandy #CB4C5A

Tints of Mandy #CB4C5A

Color information

#CB4C5A (or 0xCB4C5A) is unknown color: approx Mandy. HEX triplet: CB, 4C and 5A. RGB value is (203,76,90). Sum of RGB (Red+Green+Blue) = 203+76+90=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4C5A is #34B3A5. Grayscale: #737373. Windows color (decimal): -3453862 or 5917899. OLE color: 5917899.

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

Color convert

RGB2037690-
CMYK00.630.560.20
HSL353.39º54.98%54.71%-
HSV(B)353.39º62.56%79.61%-
XYZ29.0618.611.73-
YUV115.57113.58190.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.01%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=55.01%
G=20.60%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203769000.630.560.20353.3954.9854.71
HexCB4C5A03F38141613737
Octal31311413207770245416767
Binary1100101110011001011010011111111100010100101100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb4c5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb4c5a; }

 p { color: rgb(203,76,90); }

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

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

 a { background-color: rgb(203,76,90); }

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

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

 span { border-color: rgb(203,76,90); }

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