Shades of Kobi #D98CAC
Tints of Kobi #D98CAC
RGB
CMYK
RGB Variations
Color information
#D98CAC (or 0xD98CAC) is known color: Kobi. HEX triplet: D9, 8C and AC. RGB value is (217,140,172). Sum of RGB (Red+Green+Blue) = 217+140+172=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98CAC is #267353. Grayscale: #A6A6A6. Windows color (decimal): -2519892 or 11308249. OLE color: 11308249.
HSL color Cylindrical-coordinate representation of color #D98CAC: hue angle of 335.06º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98CAC is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 172 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.15 |
| HSL | 335.06º | 0.5% | 0.7% | - |
| HSV(B) | 335.06º | 0.35% | 0.85% | - |
| XYZ | 45.44 | 36.49 | 43.68 | - |
| YUV | 166.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 172 | 0 | 0.35 | 0.21 | 0.15 | 335.06 | 0.5 | 0.7 |
| Hex | D9 | 8C | AC | 0 | 23 | 15 | F | 14F | 32 | 46 |
| Octal | 331 | 214 | 254 | 0 | 43 | 25 | 17 | 517 | 62 | 106 |
| Binary | 11011001 | 10001100 | 10101100 | 0 | 100011 | 10101 | 1111 | 101001111 | 110010 | 1000110 |
Color Harmonies of #D98CAC
Complementary color
Monochromatic Colors of #D98CAC
Black with #D98CAC
Text Example
Text Example
White with #D98CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CAC; }
p { color: rgb(217,140,172); }
H1.HeaderClassName
{
color: #D98CAC;
}
.AnyTagClassName
{
color: #D98CAC;
}
</style>
background-color css
<style>
a { background-color: #D98CAC; }
a { background-color: rgb(217,140,172); }
div.DivClassName
{
background-color: #D98CAC;
}
.BgClassName
{
background-color: #D98CAC;
}
</style>
border-color css
<style>
span { border-color: #D98CAC; }
span { border-color: rgb(217,140,172); }
td.TdClassName
{
border-color: #D98CAC;
}
.TagClassName
{
border-color: #D98CAC;
}
</style>