Shades of Kobi #D185AE
Tints of Kobi #D185AE
RGB
CMYK
RGB Variations
Color information
#D185AE (or 0xD185AE) is known color: Kobi. HEX triplet: D1, 85 and AE. RGB value is (209,133,174). Sum of RGB (Red+Green+Blue) = 209+133+174=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D185AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D185AE is #2E7A51. Grayscale: #A0A0A0. Windows color (decimal): -3045970 or 11437521. OLE color: 11437521.
HSL color Cylindrical-coordinate representation of color #D185AE: hue angle of 327.63º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D185AE is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 174 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.18 |
| HSL | 327.63º | 0.45% | 0.67% | - |
| HSV(B) | 327.63º | 0.36% | 0.82% | - |
| XYZ | 42.32 | 33.39 | 44.26 | - |
| YUV | 160.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 174 | 0 | 0.36 | 0.17 | 0.18 | 327.63 | 0.45 | 0.67 |
| Hex | D1 | 85 | AE | 0 | 24 | 11 | 12 | 148 | 2D | 43 |
| Octal | 321 | 205 | 256 | 0 | 44 | 21 | 22 | 510 | 55 | 103 |
| Binary | 11010001 | 10000101 | 10101110 | 0 | 100100 | 10001 | 10010 | 101001000 | 101101 | 1000011 |
Color Harmonies of #D185AE
Complementary color
Monochromatic Colors of #D185AE
Black with #D185AE
Text Example
Text Example
White with #D185AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185AE; }
p { color: rgb(209,133,174); }
H1.HeaderClassName
{
color: #D185AE;
}
.AnyTagClassName
{
color: #D185AE;
}
</style>
background-color css
<style>
a { background-color: #D185AE; }
a { background-color: rgb(209,133,174); }
div.DivClassName
{
background-color: #D185AE;
}
.BgClassName
{
background-color: #D185AE;
}
</style>
border-color css
<style>
span { border-color: #D185AE; }
span { border-color: rgb(209,133,174); }
td.TdClassName
{
border-color: #D185AE;
}
.TagClassName
{
border-color: #D185AE;
}
</style>