#CD6D8B

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

Shades of Charm #CD6D8B

Tints of Charm #CD6D8B

Color information

#CD6D8B (or 0xCD6D8B) is unknown color: approx Charm. HEX triplet: CD, 6D and 8B. RGB value is (205,109,139). Sum of RGB (Red+Green+Blue) = 205+109+139=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6D8B is #329274. Grayscale: #8D8D8D. Windows color (decimal): -3314293 or 9137613. OLE color: 9137613.

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

Color convert

RGB205109139-
CMYK00.470.320.20
HSL341.25º48.98%61.57%-
HSV(B)341.25º46.83%80.39%-
XYZ35.3125.7827.54-
YUV141.12126.8173.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=45.25%
G=24.06%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510913900.470.320.20341.2548.9861.57
HexCD6D8B02F2014155313e
Octal31515521305740245256176
Binary11001101110110110001011010111110000010100101010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D8B; }

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

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

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

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

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

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

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

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