#CB545C

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

Shades of Mandy #CB545C

Tints of Mandy #CB545C

Color information

#CB545C (or 0xCB545C) is unknown color: approx Mandy. HEX triplet: CB, 54 and 5C. RGB value is (203,84,92). Sum of RGB (Red+Green+Blue) = 203+84+92=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB545C is #34ABA3. Grayscale: #787878. Windows color (decimal): -3451812 or 6051019. OLE color: 6051019.

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

Color convert

RGB2038492-
CMYK00.590.550.20
HSL355.97º53.36%56.27%-
HSV(B)355.97º58.62%79.61%-
XYZ29.7319.8112.38-
YUV120.49111.92186.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=53.56%
G=22.16%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203849200.590.550.20355.9753.3656.27
HexCB545C03B37141643538
Octal31312413407367245446570
Binary1100101110101001011100011101111011110100101100100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB545C; }

 p { color: rgb(203,84,92); }

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

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

 a { background-color: rgb(203,84,92); }

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

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

 span { border-color: rgb(203,84,92); }

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