#CB4D5A

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

Shades of Mandy #CB4D5A

Tints of Mandy #CB4D5A

Color information

#CB4D5A (or 0xCB4D5A) is unknown color: approx Mandy. HEX triplet: CB, 4D and 5A. RGB value is (203,77,90). Sum of RGB (Red+Green+Blue) = 203+77+90=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D5A is #34B2A5. Grayscale: #747474. Windows color (decimal): -3453606 or 5918155. OLE color: 5918155.

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

Color convert

RGB2037790-
CMYK00.620.560.20
HSL353.81º54.78%54.9%-
HSV(B)353.81º62.07%79.61%-
XYZ29.1318.7411.76-
YUV116.16113.24189.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=54.86%
G=20.81%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203779000.620.560.20353.8154.7854.9
HexCB4D5A03E38141623737
Octal31311513207670245426767
Binary1100101110011011011010011111011100010100101100010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D5A; }

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

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

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

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

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

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

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

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