#CD5261

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

Shades of Mandy #CD5261

Tints of Mandy #CD5261

Color information

#CD5261 (or 0xCD5261) is unknown color: approx Mandy. HEX triplet: CD, 52 and 61. RGB value is (205,82,97). Sum of RGB (Red+Green+Blue) = 205+82+97=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5261 is #32AD9E. Grayscale: #787878. Windows color (decimal): -3321247 or 6378189. OLE color: 6378189.

HSL color Cylindrical-coordinate representation of color #CD5261: hue angle of 352.68º 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 #CD5261 is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB2058297-
CMYK00.60.530.20
HSL352.68º55.16%56.27%-
HSV(B)352.68º60%80.39%-
XYZ30.3519.8813.55-
YUV120.49114.75188.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.39%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=53.39%
G=21.35%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205829700.60.530.20352.6855.1656.27
HexCD526103C35141613738
Octal31512214107465245416770
Binary1100110110100101100001011110011010110100101100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5261; }

 p { color: rgb(205,82,97); }

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

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

 a { background-color: rgb(205,82,97); }

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

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

 span { border-color: rgb(205,82,97); }

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