Shades of Kobi #D08FAB
Tints of Kobi #D08FAB
RGB
CMYK
RGB Variations
Color information
#D08FAB (or 0xD08FAB) is known color: Kobi. HEX triplet: D0, 8F and AB. RGB value is (208,143,171). Sum of RGB (Red+Green+Blue) = 208+143+171=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FAB is #2F7054. Grayscale: #A5A5A5. Windows color (decimal): -3108949 or 11243472. OLE color: 11243472.
HSL color Cylindrical-coordinate representation of color #D08FAB: hue angle of 334.15º 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 #D08FAB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 171 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.18 |
| HSL | 334.15º | 0.41% | 0.69% | - |
| HSV(B) | 334.15º | 0.31% | 0.82% | - |
| XYZ | 43.19 | 36 | 43.2 | - |
| YUV | 165.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 171 | 0 | 0.31 | 0.18 | 0.18 | 334.15 | 0.41 | 0.69 |
| Hex | D0 | 8F | AB | 0 | 1F | 12 | 12 | 14E | 29 | 45 |
| Octal | 320 | 217 | 253 | 0 | 37 | 22 | 22 | 516 | 51 | 105 |
| Binary | 11010000 | 10001111 | 10101011 | 0 | 11111 | 10010 | 10010 | 101001110 | 101001 | 1000101 |
Color Harmonies of #D08FAB
Complementary color
Monochromatic Colors of #D08FAB
Black with #D08FAB
Text Example
Text Example
White with #D08FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FAB; }
p { color: rgb(208,143,171); }
H1.HeaderClassName
{
color: #D08FAB;
}
.AnyTagClassName
{
color: #D08FAB;
}
</style>
background-color css
<style>
a { background-color: #D08FAB; }
a { background-color: rgb(208,143,171); }
div.DivClassName
{
background-color: #D08FAB;
}
.BgClassName
{
background-color: #D08FAB;
}
</style>
border-color css
<style>
span { border-color: #D08FAB; }
span { border-color: rgb(208,143,171); }
td.TdClassName
{
border-color: #D08FAB;
}
.TagClassName
{
border-color: #D08FAB;
}
</style>