#D17FAB

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

Shades of Kobi #D17FAB

Tints of Kobi #D17FAB

Color information

#D17FAB (or 0xD17FAB) is unknown color: approx Kobi. HEX triplet: D1, 7F and AB. RGB value is (209,127,171). Sum of RGB (Red+Green+Blue) = 209+127+171=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17FAB is #2E8054. Grayscale: #9C9C9C. Windows color (decimal): -3047509 or 11239377. OLE color: 11239377.

HSL color Cylindrical-coordinate representation of color #D17FAB: hue angle of 327.8º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17FAB is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209127171-
CMYK00.390.180.18
HSL327.8º47.13%65.88%-
HSV(B)327.8º39.23%81.96%-
XYZ41.2331.6742.47-
YUV156.53136.17165.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=41.22%
G=25.05%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912717100.390.180.18327.847.1365.88
HexD17FAB02712121482f42
Octal321177253047222251057102
Binary11010001111111110101011010011110010100101010010001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FAB; }

 p { color: rgb(209,127,171); }

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

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

 a { background-color: rgb(209,127,171); }

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

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

 span { border-color: rgb(209,127,171); }

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