#CD718B

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

Shades of Charm #CD718B

Tints of Charm #CD718B

Color information

#CD718B (or 0xCD718B) is unknown color: approx Charm. HEX triplet: CD, 71 and 8B. RGB value is (205,113,139). Sum of RGB (Red+Green+Blue) = 205+113+139=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD718B is #328E74. Grayscale: #8F8F8F. Windows color (decimal): -3313269 or 9138637. OLE color: 9138637.

HSL color Cylindrical-coordinate representation of color #CD718B: hue angle of 343.04º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD718B is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205113139-
CMYK00.450.320.20
HSL343.04º47.92%62.35%-
HSV(B)343.04º44.88%80.39%-
XYZ35.7426.6527.69-
YUV143.47125.48171.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=44.86%
G=24.73%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511313900.450.320.20343.0447.9262.35
HexCD718B02D2014157303e
Octal31516121305540245276076
Binary11001101111000110001011010110110000010100101010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD718B; }

 p { color: rgb(205,113,139); }

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

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

 a { background-color: rgb(205,113,139); }

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

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

 span { border-color: rgb(205,113,139); }

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