Shades of Kobi #D99CA8
Tints of Kobi #D99CA8
RGB
CMYK
RGB Variations
Color information
#D99CA8 (or 0xD99CA8) is known color: Kobi. HEX triplet: D9, 9C and A8. RGB value is (217,156,168). Sum of RGB (Red+Green+Blue) = 217+156+168=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99CA8 is #266357. Grayscale: #AFAFAF. Windows color (decimal): -2515800 or 11050201. OLE color: 11050201.
HSL color Cylindrical-coordinate representation of color #D99CA8: hue angle of 348.2º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CA8 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 168 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.15 |
| HSL | 348.2º | 0.45% | 0.73% | - |
| HSV(B) | 348.2º | 0.28% | 0.85% | - |
| XYZ | 47.57 | 41.36 | 42.52 | - |
| YUV | 175.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 168 | 0 | 0.28 | 0.23 | 0.15 | 348.2 | 0.45 | 0.73 |
| Hex | D9 | 9C | A8 | 0 | 1C | 17 | F | 15C | 2D | 49 |
| Octal | 331 | 234 | 250 | 0 | 34 | 27 | 17 | 534 | 55 | 111 |
| Binary | 11011001 | 10011100 | 10101000 | 0 | 11100 | 10111 | 1111 | 101011100 | 101101 | 1001001 |
Color Harmonies of #D99CA8
Complementary color
Monochromatic Colors of #D99CA8
Black with #D99CA8
Text Example
Text Example
White with #D99CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CA8; }
p { color: rgb(217,156,168); }
H1.HeaderClassName
{
color: #D99CA8;
}
.AnyTagClassName
{
color: #D99CA8;
}
</style>
background-color css
<style>
a { background-color: #D99CA8; }
a { background-color: rgb(217,156,168); }
div.DivClassName
{
background-color: #D99CA8;
}
.BgClassName
{
background-color: #D99CA8;
}
</style>
border-color css
<style>
span { border-color: #D99CA8; }
span { border-color: rgb(217,156,168); }
td.TdClassName
{
border-color: #D99CA8;
}
.TagClassName
{
border-color: #D99CA8;
}
</style>