Shades of Kobi #D092AF
Tints of Kobi #D092AF
RGB
CMYK
RGB Variations
Color information
#D092AF (or 0xD092AF) is known color: Kobi. HEX triplet: D0, 92 and AF. RGB value is (208,146,175). Sum of RGB (Red+Green+Blue) = 208+146+175=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D092AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D092AF is #2F6D50. Grayscale: #A7A7A7. Windows color (decimal): -3108177 or 11506384. OLE color: 11506384.
HSL color Cylindrical-coordinate representation of color #D092AF: hue angle of 331.94º 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 #D092AF is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 175 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.18 |
| HSL | 331.94º | 0.4% | 0.69% | - |
| HSV(B) | 331.94º | 0.3% | 0.82% | - |
| XYZ | 44.03 | 37.06 | 45.39 | - |
| YUV | 167.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 175 | 0 | 0.30 | 0.16 | 0.18 | 331.94 | 0.4 | 0.69 |
| Hex | D0 | 92 | AF | 0 | 1E | 10 | 12 | 14C | 28 | 45 |
| Octal | 320 | 222 | 257 | 0 | 36 | 20 | 22 | 514 | 50 | 105 |
| Binary | 11010000 | 10010010 | 10101111 | 0 | 11110 | 10000 | 10010 | 101001100 | 101000 | 1000101 |
Color Harmonies of #D092AF
Complementary color
Monochromatic Colors of #D092AF
Black with #D092AF
Text Example
Text Example
White with #D092AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D092AF; }
p { color: rgb(208,146,175); }
H1.HeaderClassName
{
color: #D092AF;
}
.AnyTagClassName
{
color: #D092AF;
}
</style>
background-color css
<style>
a { background-color: #D092AF; }
a { background-color: rgb(208,146,175); }
div.DivClassName
{
background-color: #D092AF;
}
.BgClassName
{
background-color: #D092AF;
}
</style>
border-color css
<style>
span { border-color: #D092AF; }
span { border-color: rgb(208,146,175); }
td.TdClassName
{
border-color: #D092AF;
}
.TagClassName
{
border-color: #D092AF;
}
</style>