Shades of Kobi #D08FAF
Tints of Kobi #D08FAF
RGB
CMYK
RGB Variations
Color information
#D08FAF (or 0xD08FAF) is known color: Kobi. HEX triplet: D0, 8F and AF. RGB value is (208,143,175). Sum of RGB (Red+Green+Blue) = 208+143+175=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FAF is #2F7050. Grayscale: #A6A6A6. Windows color (decimal): -3108945 or 11505616. OLE color: 11505616.
HSL color Cylindrical-coordinate representation of color #D08FAF: hue angle of 330.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FAF is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 175 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.18 |
| HSL | 330.46º | 0.41% | 0.69% | - |
| HSV(B) | 330.46º | 0.31% | 0.82% | - |
| XYZ | 43.57 | 36.15 | 45.24 | - |
| YUV | 166.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 175 | 0 | 0.31 | 0.16 | 0.18 | 330.46 | 0.41 | 0.69 |
| Hex | D0 | 8F | AF | 0 | 1F | 10 | 12 | 14A | 29 | 45 |
| Octal | 320 | 217 | 257 | 0 | 37 | 20 | 22 | 512 | 51 | 105 |
| Binary | 11010000 | 10001111 | 10101111 | 0 | 11111 | 10000 | 10010 | 101001010 | 101001 | 1000101 |
Color Harmonies of #D08FAF
Complementary color
Monochromatic Colors of #D08FAF
Black with #D08FAF
Text Example
Text Example
White with #D08FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FAF; }
p { color: rgb(208,143,175); }
H1.HeaderClassName
{
color: #D08FAF;
}
.AnyTagClassName
{
color: #D08FAF;
}
</style>
background-color css
<style>
a { background-color: #D08FAF; }
a { background-color: rgb(208,143,175); }
div.DivClassName
{
background-color: #D08FAF;
}
.BgClassName
{
background-color: #D08FAF;
}
</style>
border-color css
<style>
span { border-color: #D08FAF; }
span { border-color: rgb(208,143,175); }
td.TdClassName
{
border-color: #D08FAF;
}
.TagClassName
{
border-color: #D08FAF;
}
</style>