#CD6981

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

Shades of Charm #CD6981

Tints of Charm #CD6981

Color information

#CD6981 (or 0xCD6981) is unknown color: approx Charm. HEX triplet: CD, 69 and 81. RGB value is (205,105,129). Sum of RGB (Red+Green+Blue) = 205+105+129=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6981 is #32967E. Grayscale: #898989. Windows color (decimal): -3315327 or 8481229. OLE color: 8481229.

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

Color convert

RGB205105129-
CMYK00.490.370.20
HSL345.6º50%60.78%-
HSV(B)345.6º48.78%80.39%-
XYZ34.1924.6723.73-
YUV137.64123.13176.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.70%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=46.70%
G=23.92%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510512900.490.370.20345.65060.78
HexCD6981031251415a323d
Octal31515120106145245326275
Binary11001101110100110000001011000110010110100101011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6981; }

 p { color: rgb(205,105,129); }

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

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

 a { background-color: rgb(205,105,129); }

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

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

 span { border-color: rgb(205,105,129); }

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