#CD7786

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

Shades of Charm #CD7786

Tints of Charm #CD7786

Color information

#CD7786 (or 0xCD7786) is unknown color: approx Charm. HEX triplet: CD, 77 and 86. RGB value is (205,119,134). Sum of RGB (Red+Green+Blue) = 205+119+134=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7786 is #328879. Grayscale: #929292. Windows color (decimal): -3311738 or 8812493. OLE color: 8812493.

HSL color Cylindrical-coordinate representation of color #CD7786: hue angle of 349.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD7786 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205119134-
CMYK00.420.350.20
HSL349.53º46.24%63.53%-
HSV(B)349.53º41.95%80.39%-
XYZ36.0827.8926.04-
YUV146.42120.99169.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=44.76%
G=25.98%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511913400.420.350.20349.5346.2463.53
HexCD778602A231415e2e40
Octal315167206052432453656100
Binary110011011110111100001100101010100011101001010111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7786; }

 p { color: rgb(205,119,134); }

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

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

 a { background-color: rgb(205,119,134); }

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

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

 span { border-color: rgb(205,119,134); }

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