Shades of Kobi #D091AA
Tints of Kobi #D091AA
RGB
CMYK
RGB Variations
Color information
#D091AA (or 0xD091AA) is known color: Kobi. HEX triplet: D0, 91 and AA. RGB value is (208,145,170). Sum of RGB (Red+Green+Blue) = 208+145+170=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D091AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D091AA is #2F6E55. Grayscale: #A6A6A6. Windows color (decimal): -3108438 or 11178448. OLE color: 11178448.
HSL color Cylindrical-coordinate representation of color #D091AA: hue angle of 336.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D091AA is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 170 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.18 |
| HSL | 336.19º | 0.4% | 0.69% | - |
| HSV(B) | 336.19º | 0.3% | 0.82% | - |
| XYZ | 43.39 | 36.56 | 42.8 | - |
| YUV | 166.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 170 | 0 | 0.30 | 0.18 | 0.18 | 336.19 | 0.4 | 0.69 |
| Hex | D0 | 91 | AA | 0 | 1E | 12 | 12 | 150 | 28 | 45 |
| Octal | 320 | 221 | 252 | 0 | 36 | 22 | 22 | 520 | 50 | 105 |
| Binary | 11010000 | 10010001 | 10101010 | 0 | 11110 | 10010 | 10010 | 101010000 | 101000 | 1000101 |
Color Harmonies of #D091AA
Complementary color
Monochromatic Colors of #D091AA
Black with #D091AA
Text Example
Text Example
White with #D091AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D091AA; }
p { color: rgb(208,145,170); }
H1.HeaderClassName
{
color: #D091AA;
}
.AnyTagClassName
{
color: #D091AA;
}
</style>
background-color css
<style>
a { background-color: #D091AA; }
a { background-color: rgb(208,145,170); }
div.DivClassName
{
background-color: #D091AA;
}
.BgClassName
{
background-color: #D091AA;
}
</style>
border-color css
<style>
span { border-color: #D091AA; }
span { border-color: rgb(208,145,170); }
td.TdClassName
{
border-color: #D091AA;
}
.TagClassName
{
border-color: #D091AA;
}
</style>