Shades of Kobi #D799A8
Tints of Kobi #D799A8
RGB
CMYK
RGB Variations
Color information
#D799A8 (or 0xD799A8) is known color: Kobi. HEX triplet: D7, 99 and A8. RGB value is (215,153,168). Sum of RGB (Red+Green+Blue) = 215+153+168=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D799A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D799A8 is #286657. Grayscale: #ADADAD. Windows color (decimal): -2647640 or 11049431. OLE color: 11049431.
HSL color Cylindrical-coordinate representation of color #D799A8: hue angle of 345.48º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D799A8 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 168 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.16 |
| HSL | 345.48º | 0.44% | 0.72% | - |
| HSV(B) | 345.48º | 0.29% | 0.84% | - |
| XYZ | 46.48 | 40.06 | 42.33 | - |
| YUV | 173.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 168 | 0 | 0.29 | 0.22 | 0.16 | 345.48 | 0.44 | 0.72 |
| Hex | D7 | 99 | A8 | 0 | 1D | 16 | 10 | 159 | 2C | 48 |
| Octal | 327 | 231 | 250 | 0 | 35 | 26 | 20 | 531 | 54 | 110 |
| Binary | 11010111 | 10011001 | 10101000 | 0 | 11101 | 10110 | 10000 | 101011001 | 101100 | 1001000 |
Color Harmonies of #D799A8
Complementary color
Monochromatic Colors of #D799A8
Black with #D799A8
Text Example
Text Example
White with #D799A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799A8; }
p { color: rgb(215,153,168); }
H1.HeaderClassName
{
color: #D799A8;
}
.AnyTagClassName
{
color: #D799A8;
}
</style>
background-color css
<style>
a { background-color: #D799A8; }
a { background-color: rgb(215,153,168); }
div.DivClassName
{
background-color: #D799A8;
}
.BgClassName
{
background-color: #D799A8;
}
</style>
border-color css
<style>
span { border-color: #D799A8; }
span { border-color: rgb(215,153,168); }
td.TdClassName
{
border-color: #D799A8;
}
.TagClassName
{
border-color: #D799A8;
}
</style>