#D6768A

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

Shades of Charm #D6768A

Tints of Charm #D6768A

Color information

#D6768A (or 0xD6768A) is unknown color: approx Charm. HEX triplet: D6, 76 and 8A. RGB value is (214,118,138). Sum of RGB (Red+Green+Blue) = 214+118+138=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6768A is #298975. Grayscale: #959595. Windows color (decimal): -2722166 or 9074390. OLE color: 9074390.

HSL color Cylindrical-coordinate representation of color #D6768A: hue angle of 347.5º 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 #D6768A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214118138-
CMYK00.450.360.16
HSL347.5º53.93%65.1%-
HSV(B)347.5º44.86%83.92%-
XYZ38.829.0927.61-
YUV148.98121.8174.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.53%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=45.53%
G=25.11%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411813800.450.360.16347.553.9365.1
HexD6768A02D241015c3641
Octal326166212055442053466101
Binary110101101110110100010100101101100100100001010111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6768A; }

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

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

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

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

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

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

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

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