#CD6787

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

Shades of Charm #CD6787

Tints of Charm #CD6787

Color information

#CD6787 (or 0xCD6787) is unknown color: approx Charm. HEX triplet: CD, 67 and 87. RGB value is (205,103,135). Sum of RGB (Red+Green+Blue) = 205+103+135=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6787 is #329878. Grayscale: #898989. Windows color (decimal): -3315833 or 8873933. OLE color: 8873933.

HSL color Cylindrical-coordinate representation of color #CD6787: hue angle of 341.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6787 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB205103135-
CMYK00.500.340.20
HSL341.18º50.5%60.39%-
HSV(B)341.18º49.76%80.39%-
XYZ34.424.4325.82-
YUV137.15126.79176.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=46.28%
G=23.25%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510313500.500.340.20341.1850.560.39
HexCD67870322214155323c
Octal31514720706242245256274
Binary11001101110011110000111011001010001010100101010101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6787; }

 p { color: rgb(205,103,135); }

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

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

 a { background-color: rgb(205,103,135); }

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

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

 span { border-color: rgb(205,103,135); }

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