#CD535B

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

Shades of Mandy #CD535B

Tints of Mandy #CD535B

Color information

#CD535B (or 0xCD535B) is unknown color: approx Mandy. HEX triplet: CD, 53 and 5B. RGB value is (205,83,91). Sum of RGB (Red+Green+Blue) = 205+83+91=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD535B is #32ACA4. Grayscale: #787878. Windows color (decimal): -3320997 or 5985229. OLE color: 5985229.

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

Color convert

RGB2058391-
CMYK00.600.560.20
HSL356.07º54.95%56.47%-
HSV(B)356.07º59.51%80.39%-
XYZ30.1619.9212.15-
YUV120.39111.42188.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=54.09%
G=21.90%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205839100.600.560.20356.0754.9556.47
HexCD535B03C38141643738
Octal31512313307470245446770
Binary1100110110100111011011011110011100010100101100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD535B; }

 p { color: rgb(205,83,91); }

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

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

 a { background-color: rgb(205,83,91); }

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

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

 span { border-color: rgb(205,83,91); }

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