#CD728F

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

Shades of Charm #CD728F

Tints of Charm #CD728F

Color information

#CD728F (or 0xCD728F) is unknown color: approx Charm. HEX triplet: CD, 72 and 8F. RGB value is (205,114,143). Sum of RGB (Red+Green+Blue) = 205+114+143=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD728F is #328D70. Grayscale: #909090. Windows color (decimal): -3313009 or 9401037. OLE color: 9401037.

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

Color convert

RGB205114143-
CMYK00.440.300.20
HSL340.88º47.64%62.55%-
HSV(B)340.88º44.39%80.39%-
XYZ36.152729.29-
YUV144.51127.15171.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.37%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=44.37%
G=24.68%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511414300.440.300.20340.8847.6462.55
HexCD728F02C1E14155303f
Octal31516221705436245256077
Binary1100110111100101000111101011001111010100101010101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD728F; }

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

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

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

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

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

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

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

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