#CD484F

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

Shades of Mandy #CD484F

Tints of Mandy #CD484F

Color information

#CD484F (or 0xCD484F) is unknown color: approx Mandy. HEX triplet: CD, 48 and 4F. RGB value is (205,72,79). Sum of RGB (Red+Green+Blue) = 205+72+79=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD484F is #32B7B0. Grayscale: #707070. Windows color (decimal): -3323825 or 5195981. OLE color: 5195981.

HSL color Cylindrical-coordinate representation of color #CD484F: hue angle of 356.84º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD484F is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB2057279-
CMYK00.650.610.20
HSL356.84º57.08%54.31%-
HSV(B)356.84º64.88%80.39%-
XYZ28.9118.189.38-
YUV112.56109.06193.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.58%
GREEN value IS 72 (28.52% from 255) = 20.22%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=57.58%
G=20.22%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205727900.650.610.20356.8457.0854.31
HexCD484F0413D141653936
Octal315110117010175245457166
Binary11001101100100010011110100000111110110100101100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD484F; }

 p { color: rgb(205,72,79); }

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

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

 a { background-color: rgb(205,72,79); }

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

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

 span { border-color: rgb(205,72,79); }

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