#CD6D8A

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

Shades of Charm #CD6D8A

Tints of Charm #CD6D8A

Color information

#CD6D8A (or 0xCD6D8A) is unknown color: approx Charm. HEX triplet: CD, 6D and 8A. RGB value is (205,109,138). Sum of RGB (Red+Green+Blue) = 205+109+138=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6D8A is #329275. Grayscale: #8C8C8C. Windows color (decimal): -3314294 or 9072077. OLE color: 9072077.

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

Color convert

RGB205109138-
CMYK00.470.330.20
HSL341.88º48.98%61.57%-
HSV(B)341.88º46.83%80.39%-
XYZ35.2325.7527.16-
YUV141.01126.3173.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=45.35%
G=24.12%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510913800.470.330.20341.8848.9861.57
HexCD6D8A02F2114156313e
Octal31515521205741245266176
Binary11001101110110110001010010111110000110100101010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D8A; }

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

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

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

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

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

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

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

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