Shades of Kobi #DC98AA
Tints of Kobi #DC98AA
RGB
CMYK
RGB Variations
Color information
#DC98AA (or 0xDC98AA) is known color: Kobi. HEX triplet: DC, 98 and AA. RGB value is (220,152,170). Sum of RGB (Red+Green+Blue) = 220+152+170=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC98AA is #236755. Grayscale: #AEAEAE. Windows color (decimal): -2320214 or 11180252. OLE color: 11180252.
HSL color Cylindrical-coordinate representation of color #DC98AA: hue angle of 344.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC98AA is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 170 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.14 |
| HSL | 344.12º | 0.49% | 0.73% | - |
| HSV(B) | 344.12º | 0.31% | 0.86% | - |
| XYZ | 48 | 40.57 | 43.33 | - |
| YUV | 174.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 170 | 0 | 0.31 | 0.23 | 0.14 | 344.12 | 0.49 | 0.73 |
| Hex | DC | 98 | AA | 0 | 1F | 17 | E | 158 | 31 | 49 |
| Octal | 334 | 230 | 252 | 0 | 37 | 27 | 16 | 530 | 61 | 111 |
| Binary | 11011100 | 10011000 | 10101010 | 0 | 11111 | 10111 | 1110 | 101011000 | 110001 | 1001001 |
Color Harmonies of #DC98AA
Complementary color
Monochromatic Colors of #DC98AA
Black with #DC98AA
Text Example
Text Example
White with #DC98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98AA; }
p { color: rgb(220,152,170); }
H1.HeaderClassName
{
color: #DC98AA;
}
.AnyTagClassName
{
color: #DC98AA;
}
</style>
background-color css
<style>
a { background-color: #DC98AA; }
a { background-color: rgb(220,152,170); }
div.DivClassName
{
background-color: #DC98AA;
}
.BgClassName
{
background-color: #DC98AA;
}
</style>
border-color css
<style>
span { border-color: #DC98AA; }
span { border-color: rgb(220,152,170); }
td.TdClassName
{
border-color: #DC98AA;
}
.TagClassName
{
border-color: #DC98AA;
}
</style>