#CD6785

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

Shades of Charm #CD6785

Tints of Charm #CD6785

Color information

#CD6785 (or 0xCD6785) is unknown color: approx Charm. HEX triplet: CD, 67 and 85. RGB value is (205,103,133). Sum of RGB (Red+Green+Blue) = 205+103+133=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6785 is #32987A. Grayscale: #888888. Windows color (decimal): -3315835 or 8742861. OLE color: 8742861.

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

Color convert

RGB205103133-
CMYK00.500.350.20
HSL342.35º50.5%60.39%-
HSV(B)342.35º49.76%80.39%-
XYZ34.2624.3725.09-
YUV136.92125.79176.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=46.49%
G=23.36%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510313300.500.350.20342.3550.560.39
HexCD67850322314156323c
Octal31514720506243245266274
Binary11001101110011110000101011001010001110100101010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6785; }

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

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

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

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

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

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

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

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