Shades of Kobi #D99AAC
Tints of Kobi #D99AAC
RGB
CMYK
RGB Variations
Color information
#D99AAC (or 0xD99AAC) is known color: Kobi. HEX triplet: D9, 9A and AC. RGB value is (217,154,172). Sum of RGB (Red+Green+Blue) = 217+154+172=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99AAC is #266553. Grayscale: #AEAEAE. Windows color (decimal): -2516308 or 11311833. OLE color: 11311833.
HSL color Cylindrical-coordinate representation of color #D99AAC: hue angle of 342.86º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99AAC is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 172 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.15 |
| HSL | 342.86º | 0.45% | 0.73% | - |
| HSV(B) | 342.86º | 0.29% | 0.85% | - |
| XYZ | 47.62 | 40.84 | 44.4 | - |
| YUV | 174.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 172 | 0 | 0.29 | 0.21 | 0.15 | 342.86 | 0.45 | 0.73 |
| Hex | D9 | 9A | AC | 0 | 1D | 15 | F | 157 | 2D | 49 |
| Octal | 331 | 232 | 254 | 0 | 35 | 25 | 17 | 527 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10101100 | 0 | 11101 | 10101 | 1111 | 101010111 | 101101 | 1001001 |
Color Harmonies of #D99AAC
Complementary color
Monochromatic Colors of #D99AAC
Black with #D99AAC
Text Example
Text Example
White with #D99AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AAC; }
p { color: rgb(217,154,172); }
H1.HeaderClassName
{
color: #D99AAC;
}
.AnyTagClassName
{
color: #D99AAC;
}
</style>
background-color css
<style>
a { background-color: #D99AAC; }
a { background-color: rgb(217,154,172); }
div.DivClassName
{
background-color: #D99AAC;
}
.BgClassName
{
background-color: #D99AAC;
}
</style>
border-color css
<style>
span { border-color: #D99AAC; }
span { border-color: rgb(217,154,172); }
td.TdClassName
{
border-color: #D99AAC;
}
.TagClassName
{
border-color: #D99AAC;
}
</style>