#CD728C

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

Shades of Charm #CD728C

Tints of Charm #CD728C

Color information

#CD728C (or 0xCD728C) is unknown color: approx Charm. HEX triplet: CD, 72 and 8C. RGB value is (205,114,140). Sum of RGB (Red+Green+Blue) = 205+114+140=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD728C is #328D73. Grayscale: #909090. Windows color (decimal): -3313012 or 9204429. OLE color: 9204429.

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

Color convert

RGB205114140-
CMYK00.440.320.20
HSL342.86º47.64%62.55%-
HSV(B)342.86º44.39%80.39%-
XYZ35.9326.9128.11-
YUV144.17125.65171.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=44.66%
G=24.84%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511414000.440.320.20342.8647.6462.55
HexCD728C02C2014157303f
Octal31516221405440245276077
Binary11001101111001010001100010110010000010100101010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD728C; }

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

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

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

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

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

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

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

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