Shades of Kobi #D09BAE
Tints of Kobi #D09BAE
RGB
CMYK
RGB Variations
Color information
#D09BAE (or 0xD09BAE) is known color: Kobi. HEX triplet: D0, 9B and AE. RGB value is (208,155,174). Sum of RGB (Red+Green+Blue) = 208+155+174=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09BAE is #2F6451. Grayscale: #ACACAC. Windows color (decimal): -3105874 or 11443152. OLE color: 11443152.
HSL color Cylindrical-coordinate representation of color #D09BAE: hue angle of 338.49º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09BAE is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 174 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.18 |
| HSL | 338.49º | 0.36% | 0.71% | - |
| HSV(B) | 338.49º | 0.25% | 0.82% | - |
| XYZ | 45.37 | 39.91 | 45.36 | - |
| YUV | 173.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 174 | 0 | 0.25 | 0.16 | 0.18 | 338.49 | 0.36 | 0.71 |
| Hex | D0 | 9B | AE | 0 | 19 | 10 | 12 | 152 | 24 | 47 |
| Octal | 320 | 233 | 256 | 0 | 31 | 20 | 22 | 522 | 44 | 107 |
| Binary | 11010000 | 10011011 | 10101110 | 0 | 11001 | 10000 | 10010 | 101010010 | 100100 | 1000111 |
Color Harmonies of #D09BAE
Complementary color
Monochromatic Colors of #D09BAE
Black with #D09BAE
Text Example
Text Example
White with #D09BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BAE; }
p { color: rgb(208,155,174); }
H1.HeaderClassName
{
color: #D09BAE;
}
.AnyTagClassName
{
color: #D09BAE;
}
</style>
background-color css
<style>
a { background-color: #D09BAE; }
a { background-color: rgb(208,155,174); }
div.DivClassName
{
background-color: #D09BAE;
}
.BgClassName
{
background-color: #D09BAE;
}
</style>
border-color css
<style>
span { border-color: #D09BAE; }
span { border-color: rgb(208,155,174); }
td.TdClassName
{
border-color: #D09BAE;
}
.TagClassName
{
border-color: #D09BAE;
}
</style>