#D6768D

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

Shades of Charm #D6768D

Tints of Charm #D6768D

Color information

#D6768D (or 0xD6768D) is unknown color: approx Charm. HEX triplet: D6, 76 and 8D. RGB value is (214,118,141). Sum of RGB (Red+Green+Blue) = 214+118+141=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6768D is #298972. Grayscale: #959595. Windows color (decimal): -2722163 or 9270998. OLE color: 9270998.

HSL color Cylindrical-coordinate representation of color #D6768D: hue angle of 345.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6768D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214118141-
CMYK00.450.340.16
HSL345.62º53.93%65.1%-
HSV(B)345.62º44.86%83.92%-
XYZ39.0229.1828.77-
YUV149.33123.3174.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=45.24%
G=24.95%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411814100.450.340.16345.6253.9365.1
HexD6768D02D221015a3641
Octal326166215055422053266101
Binary110101101110110100011010101101100010100001010110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6768D; }

 p { color: rgb(214,118,141); }

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

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

 a { background-color: rgb(214,118,141); }

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

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

 span { border-color: rgb(214,118,141); }

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