#cd6f8d

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

Shades of Charm #CD6F8D

Tints of Charm #CD6F8D

Color information

#CD6F8D (or 0xCD6F8D) is unknown color: approx Charm. HEX triplet: CD, 6F and 8D. RGB value is (205,111,141). Sum of RGB (Red+Green+Blue) = 205+111+141=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6F8D is #329072. Grayscale: #8E8E8E. Windows color (decimal): -3313779 or 9269197. OLE color: 9269197.

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

Color convert

RGB205111141-
CMYK00.460.310.20
HSL340.85º48.45%61.96%-
HSV(B)340.85º45.85%80.39%-
XYZ35.6726.2728.39-
YUV142.53127.14172.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=44.86%
G=24.29%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511114100.460.310.20340.8548.4561.96
HexCD6F8D02E1F14155303e
Octal31515721505637245256076
Binary1100110111011111000110101011101111110100101010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6f8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6f8d; }

 p { color: rgb(205,111,141); }

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

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

 a { background-color: rgb(205,111,141); }

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

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

 span { border-color: rgb(205,111,141); }

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