#CD6983

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

Shades of Charm #CD6983

Tints of Charm #CD6983

Color information

#CD6983 (or 0xCD6983) is unknown color: approx Charm. HEX triplet: CD, 69 and 83. RGB value is (205,105,131). Sum of RGB (Red+Green+Blue) = 205+105+131=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6983 is #32967C. Grayscale: #898989. Windows color (decimal): -3315325 or 8612301. OLE color: 8612301.

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

Color convert

RGB205105131-
CMYK00.490.360.20
HSL344.4º50%60.78%-
HSV(B)344.4º48.78%80.39%-
XYZ34.3324.7224.44-
YUV137.86124.13175.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=46.49%
G=23.81%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510513100.490.360.20344.45060.78
HexCD69830312414158323d
Octal31515120306144245306275
Binary11001101110100110000011011000110010010100101011000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6983; }

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

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

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

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

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

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

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

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