#CD727B

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

Shades of Charm #CD727B

Tints of Charm #CD727B

Color information

#CD727B (or 0xCD727B) is unknown color: approx Charm. HEX triplet: CD, 72 and 7B. RGB value is (205,114,123). Sum of RGB (Red+Green+Blue) = 205+114+123=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD727B is #328D84. Grayscale: #8E8E8E. Windows color (decimal): -3313029 or 8090317. OLE color: 8090317.

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

Color convert

RGB205114123-
CMYK00.440.40.20
HSL354.07º47.64%62.55%-
HSV(B)354.07º44.39%80.39%-
XYZ34.7726.4422.01-
YUV142.23117.15172.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=46.38%
G=25.79%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511412300.440.40.20354.0747.6462.55
HexCD727B02C2814162303f
Octal31516217305450245426077
Binary1100110111100101111011010110010100010100101100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD727B; }

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

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

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

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

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

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

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

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