#CD6985

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

Shades of Charm #CD6985

Tints of Charm #CD6985

Color information

#CD6985 (or 0xCD6985) is unknown color: approx Charm. HEX triplet: CD, 69 and 85. RGB value is (205,105,133). Sum of RGB (Red+Green+Blue) = 205+105+133=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6985 is #32967A. Grayscale: #8A8A8A. Windows color (decimal): -3315323 or 8743373. OLE color: 8743373.

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

Color convert

RGB205105133-
CMYK00.490.350.20
HSL343.2º50%60.78%-
HSV(B)343.2º48.78%80.39%-
XYZ34.4624.7825.16-
YUV138.09125.13175.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=46.28%
G=23.70%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510513300.490.350.20343.25060.78
HexCD69850312314157323d
Octal31515120506143245276275
Binary11001101110100110000101011000110001110100101010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6985; }

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

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

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

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

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

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

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

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