#D986A5

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

Shades of Kobi #D986A5

Tints of Kobi #D986A5

Color information

#D986A5 (or 0xD986A5) is unknown color: approx Kobi. HEX triplet: D9, 86 and A5. RGB value is (217,134,165). Sum of RGB (Red+Green+Blue) = 217+134+165=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D986A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D986A5 is #26795A. Grayscale: #A2A2A2. Windows color (decimal): -2521435 or 10847961. OLE color: 10847961.

HSL color Cylindrical-coordinate representation of color #D986A5: hue angle of 337.59º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D986A5 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB217134165-
CMYK00.380.240.15
HSL337.59º52.2%68.82%-
HSV(B)337.59º38.25%85.1%-
XYZ43.9334.5239.94-
YUV162.35129.5166.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=42.05%
G=25.97%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713416500.380.240.15337.5952.268.82
HexD986A502618F1523445
Octal331206245046301752264105
Binary11011001100001101010010101001101100011111010100101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986A5; }

 p { color: rgb(217,134,165); }

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

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

 a { background-color: rgb(217,134,165); }

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

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

 span { border-color: rgb(217,134,165); }

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