Shades of Kobi #D094AA
Tints of Kobi #D094AA
RGB
CMYK
RGB Variations
Color information
#D094AA (or 0xD094AA) is known color: Kobi. HEX triplet: D0, 94 and AA. RGB value is (208,148,170). Sum of RGB (Red+Green+Blue) = 208+148+170=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D094AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D094AA is #2F6B55. Grayscale: #A8A8A8. Windows color (decimal): -3107670 or 11179216. OLE color: 11179216.
HSL color Cylindrical-coordinate representation of color #D094AA: hue angle of 338º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D094AA is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 170 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.18 |
| HSL | 338º | 0.39% | 0.7% | - |
| HSV(B) | 338º | 0.29% | 0.82% | - |
| XYZ | 43.86 | 37.49 | 42.96 | - |
| YUV | 168.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 170 | 0 | 0.29 | 0.18 | 0.18 | 338 | 0.39 | 0.7 |
| Hex | D0 | 94 | AA | 0 | 1D | 12 | 12 | 152 | 27 | 46 |
| Octal | 320 | 224 | 252 | 0 | 35 | 22 | 22 | 522 | 47 | 106 |
| Binary | 11010000 | 10010100 | 10101010 | 0 | 11101 | 10010 | 10010 | 101010010 | 100111 | 1000110 |
Color Harmonies of #D094AA
Complementary color
Monochromatic Colors of #D094AA
Black with #D094AA
Text Example
Text Example
White with #D094AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D094AA; }
p { color: rgb(208,148,170); }
H1.HeaderClassName
{
color: #D094AA;
}
.AnyTagClassName
{
color: #D094AA;
}
</style>
background-color css
<style>
a { background-color: #D094AA; }
a { background-color: rgb(208,148,170); }
div.DivClassName
{
background-color: #D094AA;
}
.BgClassName
{
background-color: #D094AA;
}
</style>
border-color css
<style>
span { border-color: #D094AA; }
span { border-color: rgb(208,148,170); }
td.TdClassName
{
border-color: #D094AA;
}
.TagClassName
{
border-color: #D094AA;
}
</style>