#CD718A

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

Shades of Charm #CD718A

Tints of Charm #CD718A

Color information

#CD718A (or 0xCD718A) is unknown color: approx Charm. HEX triplet: CD, 71 and 8A. RGB value is (205,113,138). Sum of RGB (Red+Green+Blue) = 205+113+138=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD718A is #328E75. Grayscale: #8F8F8F. Windows color (decimal): -3313270 or 9073101. OLE color: 9073101.

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

Color convert

RGB205113138-
CMYK00.450.330.20
HSL343.7º47.92%62.35%-
HSV(B)343.7º44.88%80.39%-
XYZ35.6726.6227.3-
YUV143.36124.98171.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.96%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=44.96%
G=24.78%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511313800.450.330.20343.747.9262.35
HexCD718A02D2114158303e
Octal31516121205541245306076
Binary11001101111000110001010010110110000110100101011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD718A; }

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

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

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

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

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

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

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

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