Shades of Kobi #D095AF
Tints of Kobi #D095AF
RGB
CMYK
RGB Variations
Color information
#D095AF (or 0xD095AF) is known color: Kobi. HEX triplet: D0, 95 and AF. RGB value is (208,149,175). Sum of RGB (Red+Green+Blue) = 208+149+175=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D095AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D095AF is #2F6A50. Grayscale: #A9A9A9. Windows color (decimal): -3107409 or 11507152. OLE color: 11507152.
HSL color Cylindrical-coordinate representation of color #D095AF: hue angle of 333.56º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D095AF is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 175 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.18 |
| HSL | 333.56º | 0.39% | 0.7% | - |
| HSV(B) | 333.56º | 0.28% | 0.82% | - |
| XYZ | 44.5 | 38 | 45.55 | - |
| YUV | 169.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 175 | 0 | 0.28 | 0.16 | 0.18 | 333.56 | 0.39 | 0.7 |
| Hex | D0 | 95 | AF | 0 | 1C | 10 | 12 | 14E | 27 | 46 |
| Octal | 320 | 225 | 257 | 0 | 34 | 20 | 22 | 516 | 47 | 106 |
| Binary | 11010000 | 10010101 | 10101111 | 0 | 11100 | 10000 | 10010 | 101001110 | 100111 | 1000110 |
Color Harmonies of #D095AF
Complementary color
Monochromatic Colors of #D095AF
Black with #D095AF
Text Example
Text Example
White with #D095AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D095AF; }
p { color: rgb(208,149,175); }
H1.HeaderClassName
{
color: #D095AF;
}
.AnyTagClassName
{
color: #D095AF;
}
</style>
background-color css
<style>
a { background-color: #D095AF; }
a { background-color: rgb(208,149,175); }
div.DivClassName
{
background-color: #D095AF;
}
.BgClassName
{
background-color: #D095AF;
}
</style>
border-color css
<style>
span { border-color: #D095AF; }
span { border-color: rgb(208,149,175); }
td.TdClassName
{
border-color: #D095AF;
}
.TagClassName
{
border-color: #D095AF;
}
</style>