#D689A6

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

Shades of Kobi #D689A6

Tints of Kobi #D689A6

Color information

#D689A6 (or 0xD689A6) is unknown color: approx Kobi. HEX triplet: D6, 89 and A6. RGB value is (214,137,166). Sum of RGB (Red+Green+Blue) = 214+137+166=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D689A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689A6 is #297659. Grayscale: #A3A3A3. Windows color (decimal): -2717274 or 10914262. OLE color: 10914262.

HSL color Cylindrical-coordinate representation of color #D689A6: hue angle of 337.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D689A6 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214137166-
CMYK00.360.220.16
HSL337.4º48.43%68.82%-
HSV(B)337.4º35.98%83.92%-
XYZ43.5634.9440.52-
YUV163.33129.51164.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=41.39%
G=26.50%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413716600.360.220.16337.448.4368.82
HexD689A602416101513045
Octal326211246044262052160105
Binary110101101000100110100110010010010110100001010100011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689A6; }

 p { color: rgb(214,137,166); }

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

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

 a { background-color: rgb(214,137,166); }

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

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

 span { border-color: rgb(214,137,166); }

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