#D198AB

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

Shades of Kobi #D198AB

Tints of Kobi #D198AB

Color information

#D198AB (or 0xD198AB) is unknown color: approx Kobi. HEX triplet: D1, 98 and AB. RGB value is (209,152,171). Sum of RGB (Red+Green+Blue) = 209+152+171=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D198AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D198AB is #2E6754. Grayscale: #ABABAB. Windows color (decimal): -3041109 or 11245777. OLE color: 11245777.

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

Color convert

RGB209152171-
CMYK00.270.180.18
HSL340º38.26%70.78%-
HSV(B)340º27.27%81.96%-
XYZ44.8738.9543.68-
YUV171.21127.88154.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=39.29%
G=28.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915217100.270.180.1834038.2670.78
HexD198AB01B12121542647
Octal321230253033222252446107
Binary11010001100110001010101101101110010100101010101001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198AB; }

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

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

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

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

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

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

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

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