#CD7986

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

Shades of Charm #CD7986

Tints of Charm #CD7986

Color information

#CD7986 (or 0xCD7986) is unknown color: approx Charm. HEX triplet: CD, 79 and 86. RGB value is (205,121,134). Sum of RGB (Red+Green+Blue) = 205+121+134=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7986 is #328679. Grayscale: #939393. Windows color (decimal): -3311226 or 8813005. OLE color: 8813005.

HSL color Cylindrical-coordinate representation of color #CD7986: hue angle of 350.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD7986 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205121134-
CMYK00.410.350.20
HSL350.71º45.65%63.92%-
HSV(B)350.71º40.98%80.39%-
XYZ36.3228.3826.12-
YUV147.6120.33168.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=44.57%
G=26.30%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512113400.410.350.20350.7145.6563.92
HexCD7986029231415f2e40
Octal315171206051432453756100
Binary110011011111001100001100101001100011101001010111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7986; }

 p { color: rgb(205,121,134); }

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

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

 a { background-color: rgb(205,121,134); }

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

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

 span { border-color: rgb(205,121,134); }

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