Shades of Kobi #D499A8
Tints of Kobi #D499A8
RGB
CMYK
RGB Variations
Color information
#D499A8 (or 0xD499A8) is known color: Kobi. HEX triplet: D4, 99 and A8. RGB value is (212,153,168). Sum of RGB (Red+Green+Blue) = 212+153+168=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D499A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D499A8 is #2B6657. Grayscale: #ACACAC. Windows color (decimal): -2844248 or 11049428. OLE color: 11049428.
HSL color Cylindrical-coordinate representation of color #D499A8: hue angle of 344.75º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D499A8 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 168 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.17 |
| HSL | 344.75º | 0.41% | 0.72% | - |
| HSV(B) | 344.75º | 0.28% | 0.83% | - |
| XYZ | 45.61 | 39.61 | 42.29 | - |
| YUV | 172.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 168 | 0 | 0.28 | 0.21 | 0.17 | 344.75 | 0.41 | 0.72 |
| Hex | D4 | 99 | A8 | 0 | 1C | 15 | 11 | 159 | 29 | 48 |
| Octal | 324 | 231 | 250 | 0 | 34 | 25 | 21 | 531 | 51 | 110 |
| Binary | 11010100 | 10011001 | 10101000 | 0 | 11100 | 10101 | 10001 | 101011001 | 101001 | 1001000 |
Color Harmonies of #D499A8
Complementary color
Monochromatic Colors of #D499A8
Black with #D499A8
Text Example
Text Example
White with #D499A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499A8; }
p { color: rgb(212,153,168); }
H1.HeaderClassName
{
color: #D499A8;
}
.AnyTagClassName
{
color: #D499A8;
}
</style>
background-color css
<style>
a { background-color: #D499A8; }
a { background-color: rgb(212,153,168); }
div.DivClassName
{
background-color: #D499A8;
}
.BgClassName
{
background-color: #D499A8;
}
</style>
border-color css
<style>
span { border-color: #D499A8; }
span { border-color: rgb(212,153,168); }
td.TdClassName
{
border-color: #D499A8;
}
.TagClassName
{
border-color: #D499A8;
}
</style>