Shades of Kobi #D097AF
Tints of Kobi #D097AF
RGB
CMYK
RGB Variations
Color information
#D097AF (or 0xD097AF) is known color: Kobi. HEX triplet: D0, 97 and AF. RGB value is (208,151,175). Sum of RGB (Red+Green+Blue) = 208+151+175=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D097AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D097AF is #2F6850. Grayscale: #AAAAAA. Windows color (decimal): -3106897 or 11507664. OLE color: 11507664.
HSL color Cylindrical-coordinate representation of color #D097AF: hue angle of 334.74º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D097AF is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 175 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.18 |
| HSL | 334.74º | 0.38% | 0.7% | - |
| HSV(B) | 334.74º | 0.27% | 0.82% | - |
| XYZ | 44.82 | 38.64 | 45.65 | - |
| YUV | 170.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 175 | 0 | 0.27 | 0.16 | 0.18 | 334.74 | 0.38 | 0.7 |
| Hex | D0 | 97 | AF | 0 | 1B | 10 | 12 | 14F | 26 | 46 |
| Octal | 320 | 227 | 257 | 0 | 33 | 20 | 22 | 517 | 46 | 106 |
| Binary | 11010000 | 10010111 | 10101111 | 0 | 11011 | 10000 | 10010 | 101001111 | 100110 | 1000110 |
Color Harmonies of #D097AF
Complementary color
Monochromatic Colors of #D097AF
Black with #D097AF
Text Example
Text Example
White with #D097AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097AF; }
p { color: rgb(208,151,175); }
H1.HeaderClassName
{
color: #D097AF;
}
.AnyTagClassName
{
color: #D097AF;
}
</style>
background-color css
<style>
a { background-color: #D097AF; }
a { background-color: rgb(208,151,175); }
div.DivClassName
{
background-color: #D097AF;
}
.BgClassName
{
background-color: #D097AF;
}
</style>
border-color css
<style>
span { border-color: #D097AF; }
span { border-color: rgb(208,151,175); }
td.TdClassName
{
border-color: #D097AF;
}
.TagClassName
{
border-color: #D097AF;
}
</style>