#CD727F

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

Shades of Charm #CD727F

Tints of Charm #CD727F

Color information

#CD727F (or 0xCD727F) is unknown color: approx Charm. HEX triplet: CD, 72 and 7F. RGB value is (205,114,127). Sum of RGB (Red+Green+Blue) = 205+114+127=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD727F is #328D80. Grayscale: #8E8E8E. Windows color (decimal): -3313025 or 8352461. OLE color: 8352461.

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

Color convert

RGB205114127-
CMYK00.440.380.20
HSL351.43º47.64%62.55%-
HSV(B)351.43º44.39%80.39%-
XYZ35.0226.5523.36-
YUV142.69119.15172.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 114 (44.92% from 255) = 25.56%
BLUE value IS 127 (50% from 255) = 28.48%
R=45.96%
G=25.56%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511412700.440.380.20351.4347.6462.55
HexCD727F02C261415f303f
Octal31516217705446245376077
Binary1100110111100101111111010110010011010100101011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD727F; }

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

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

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

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

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

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

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

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