#CD7982

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

Shades of Charm #CD7982

Tints of Charm #CD7982

Color information

#CD7982 (or 0xCD7982) is unknown color: approx Charm. HEX triplet: CD, 79 and 82. RGB value is (205,121,130). Sum of RGB (Red+Green+Blue) = 205+121+130=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7982 is #32867D. Grayscale: #939393. Windows color (decimal): -3311230 or 8550861. OLE color: 8550861.

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

Color convert

RGB205121130-
CMYK00.410.370.20
HSL353.57º45.65%63.92%-
HSV(B)353.57º40.98%80.39%-
XYZ36.0428.2724.68-
YUV147.14118.33169.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.96%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=44.96%
G=26.54%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512113000.410.370.20353.5745.6563.92
HexCD798202925141622e40
Octal315171202051452454256100
Binary110011011111001100000100101001100101101001011000101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7982; }

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

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

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

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

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

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

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

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