Shades of Kobi #D08AAB
Tints of Kobi #D08AAB
RGB
CMYK
RGB Variations
Color information
#D08AAB (or 0xD08AAB) is known color: Kobi. HEX triplet: D0, 8A and AB. RGB value is (208,138,171). Sum of RGB (Red+Green+Blue) = 208+138+171=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08AAB is #2F7554. Grayscale: #A2A2A2. Windows color (decimal): -3110229 or 11242192. OLE color: 11242192.
HSL color Cylindrical-coordinate representation of color #D08AAB: hue angle of 331.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08AAB is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 171 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.18 |
| HSL | 331.71º | 0.43% | 0.68% | - |
| HSV(B) | 331.71º | 0.34% | 0.82% | - |
| XYZ | 42.45 | 34.53 | 42.96 | - |
| YUV | 162.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 171 | 0 | 0.34 | 0.18 | 0.18 | 331.71 | 0.43 | 0.68 |
| Hex | D0 | 8A | AB | 0 | 22 | 12 | 12 | 14C | 2B | 44 |
| Octal | 320 | 212 | 253 | 0 | 42 | 22 | 22 | 514 | 53 | 104 |
| Binary | 11010000 | 10001010 | 10101011 | 0 | 100010 | 10010 | 10010 | 101001100 | 101011 | 1000100 |
Color Harmonies of #D08AAB
Complementary color
Monochromatic Colors of #D08AAB
Black with #D08AAB
Text Example
Text Example
White with #D08AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08AAB; }
p { color: rgb(208,138,171); }
H1.HeaderClassName
{
color: #D08AAB;
}
.AnyTagClassName
{
color: #D08AAB;
}
</style>
background-color css
<style>
a { background-color: #D08AAB; }
a { background-color: rgb(208,138,171); }
div.DivClassName
{
background-color: #D08AAB;
}
.BgClassName
{
background-color: #D08AAB;
}
</style>
border-color css
<style>
span { border-color: #D08AAB; }
span { border-color: rgb(208,138,171); }
td.TdClassName
{
border-color: #D08AAB;
}
.TagClassName
{
border-color: #D08AAB;
}
</style>