#CD6984

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

Shades of Charm #CD6984

Tints of Charm #CD6984

Color information

#CD6984 (or 0xCD6984) is unknown color: approx Charm. HEX triplet: CD, 69 and 84. RGB value is (205,105,132). Sum of RGB (Red+Green+Blue) = 205+105+132=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6984 is #32967B. Grayscale: #898989. Windows color (decimal): -3315324 or 8677837. OLE color: 8677837.

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

Color convert

RGB205105132-
CMYK00.490.360.20
HSL343.8º50%60.78%-
HSV(B)343.8º48.78%80.39%-
XYZ34.3924.7524.79-
YUV137.98124.63175.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=46.38%
G=23.76%
B=29.86%

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
Decimal20510513200.490.360.20343.85060.78
HexCD69840312414158323d
Octal31515120406144245306275
Binary11001101110100110000100011000110010010100101011000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6984; }

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

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

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

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

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

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

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

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