#CD787E

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

Shades of Charm #CD787E

Tints of Charm #CD787E

Color information

#CD787E (or 0xCD787E) is unknown color: approx Charm. HEX triplet: CD, 78 and 7E. RGB value is (205,120,126). Sum of RGB (Red+Green+Blue) = 205+120+126=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD787E is #328781. Grayscale: #929292. Windows color (decimal): -3311490 or 8288461. OLE color: 8288461.

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

Color convert

RGB205120126-
CMYK00.410.390.20
HSL355.76º45.95%63.73%-
HSV(B)355.76º41.46%80.39%-
XYZ35.6627.9223.25-
YUV146.1116.66170.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=45.45%
G=26.61%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512012600.410.390.20355.7645.9563.73
HexCD787E02927141642e40
Octal315170176051472454456100
Binary11001101111100011111100101001100111101001011001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD787E; }

 p { color: rgb(205,120,126); }

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

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

 a { background-color: rgb(205,120,126); }

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

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

 span { border-color: rgb(205,120,126); }

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