#CD787D

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

Shades of Charm #CD787D

Tints of Charm #CD787D

Color information

#CD787D (or 0xCD787D) is unknown color: approx Charm. HEX triplet: CD, 78 and 7D. RGB value is (205,120,125). Sum of RGB (Red+Green+Blue) = 205+120+125=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD787D is #328782. Grayscale: #929292. Windows color (decimal): -3311491 or 8222925. OLE color: 8222925.

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

Color convert

RGB205120125-
CMYK00.410.390.20
HSL356.47º45.95%63.73%-
HSV(B)356.47º41.46%80.39%-
XYZ35.5927.8922.91-
YUV145.98116.16170.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=45.56%
G=26.67%
B=27.78%

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
Decimal20512012500.410.390.20356.4745.9563.73
HexCD787D02927141642e40
Octal315170175051472454456100
Binary11001101111100011111010101001100111101001011001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD787D; }

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

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

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

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

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

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

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

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