#CD727E

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

Shades of Charm #CD727E

Tints of Charm #CD727E

Color information

#CD727E (or 0xCD727E) is unknown color: approx Charm. HEX triplet: CD, 72 and 7E. RGB value is (205,114,126). Sum of RGB (Red+Green+Blue) = 205+114+126=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD727E is #328D81. Grayscale: #8E8E8E. Windows color (decimal): -3313026 or 8286925. OLE color: 8286925.

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

Color convert

RGB205114126-
CMYK00.440.390.20
HSL352.09º47.64%62.55%-
HSV(B)352.09º44.39%80.39%-
XYZ34.9626.5223.01-
YUV142.58118.65172.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=46.07%
G=25.62%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511412600.440.390.20352.0947.6462.55
HexCD727E02C2714160303f
Octal31516217605447245406077
Binary1100110111100101111110010110010011110100101100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD727E; }

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

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

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

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

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

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

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

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