#CD6982

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

Shades of Charm #CD6982

Tints of Charm #CD6982

Color information

#CD6982 (or 0xCD6982) is unknown color: approx Charm. HEX triplet: CD, 69 and 82. RGB value is (205,105,130). Sum of RGB (Red+Green+Blue) = 205+105+130=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6982 is #32967D. Grayscale: #898989. Windows color (decimal): -3315326 or 8546765. OLE color: 8546765.

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

Color convert

RGB205105130-
CMYK00.490.370.20
HSL345º50%60.78%-
HSV(B)345º48.78%80.39%-
XYZ34.2624.6924.08-
YUV137.75123.63175.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=46.59%
G=23.86%
B=29.55%

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
Decimal20510513000.490.370.203455060.78
HexCD69820312514159323d
Octal31515120206145245316275
Binary11001101110100110000010011000110010110100101011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6982; }

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

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

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

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

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

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

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

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