#CD728E

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

Shades of Charm #CD728E

Tints of Charm #CD728E

Color information

#CD728E (or 0xCD728E) is unknown color: approx Charm. HEX triplet: CD, 72 and 8E. RGB value is (205,114,142). Sum of RGB (Red+Green+Blue) = 205+114+142=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD728E is #328D71. Grayscale: #909090. Windows color (decimal): -3313010 or 9335501. OLE color: 9335501.

HSL color Cylindrical-coordinate representation of color #CD728E: hue angle of 341.54º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD728E is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205114142-
CMYK00.440.310.20
HSL341.54º47.64%62.55%-
HSV(B)341.54º44.39%80.39%-
XYZ36.0826.9728.89-
YUV144.4126.65171.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=44.47%
G=24.73%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511414200.440.310.20341.5447.6462.55
HexCD728E02C1F14156303f
Octal31516221605437245266077
Binary1100110111100101000111001011001111110100101010110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD728E; }

 p { color: rgb(205,114,142); }

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

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

 a { background-color: rgb(205,114,142); }

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

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

 span { border-color: rgb(205,114,142); }

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