#D099AB

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

Shades of Kobi #D099AB

Tints of Kobi #D099AB

Color information

#D099AB (or 0xD099AB) is unknown color: approx Kobi. HEX triplet: D0, 99 and AB. RGB value is (208,153,171). Sum of RGB (Red+Green+Blue) = 208+153+171=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D099AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D099AB is #2F6654. Grayscale: #ABABAB. Windows color (decimal): -3106389 or 11246032. OLE color: 11246032.

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

Color convert

RGB208153171-
CMYK00.260.180.18
HSL340.36º36.91%70.78%-
HSV(B)340.36º26.44%81.57%-
XYZ44.7539.1343.72-
YUV171.5127.72154.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=39.10%
G=28.76%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815317100.260.180.18340.3636.9170.78
HexD099AB01A12121542547
Octal320231253032222252445107
Binary11010000100110011010101101101010010100101010101001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D099AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D099AB; }

 p { color: rgb(208,153,171); }

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

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

 a { background-color: rgb(208,153,171); }

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

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

 span { border-color: rgb(208,153,171); }

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