Shades of Kobi #DC92AA
Tints of Kobi #DC92AA
RGB
CMYK
RGB Variations
Color information
#DC92AA (or 0xDC92AA) is known color: Kobi. HEX triplet: DC, 92 and AA. RGB value is (220,146,170). Sum of RGB (Red+Green+Blue) = 220+146+170=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC92AA is #236D55. Grayscale: #AAAAAA. Windows color (decimal): -2321750 or 11178716. OLE color: 11178716.
HSL color Cylindrical-coordinate representation of color #DC92AA: hue angle of 340.54º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC92AA is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 170 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.14 |
| HSL | 340.54º | 0.51% | 0.72% | - |
| HSV(B) | 340.54º | 0.34% | 0.86% | - |
| XYZ | 47.05 | 38.68 | 43.02 | - |
| YUV | 170.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 170 | 0 | 0.34 | 0.23 | 0.14 | 340.54 | 0.51 | 0.72 |
| Hex | DC | 92 | AA | 0 | 22 | 17 | E | 155 | 33 | 48 |
| Octal | 334 | 222 | 252 | 0 | 42 | 27 | 16 | 525 | 63 | 110 |
| Binary | 11011100 | 10010010 | 10101010 | 0 | 100010 | 10111 | 1110 | 101010101 | 110011 | 1001000 |
Color Harmonies of #DC92AA
Complementary color
Monochromatic Colors of #DC92AA
Black with #DC92AA
Text Example
Text Example
White with #DC92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC92AA; }
p { color: rgb(220,146,170); }
H1.HeaderClassName
{
color: #DC92AA;
}
.AnyTagClassName
{
color: #DC92AA;
}
</style>
background-color css
<style>
a { background-color: #DC92AA; }
a { background-color: rgb(220,146,170); }
div.DivClassName
{
background-color: #DC92AA;
}
.BgClassName
{
background-color: #DC92AA;
}
</style>
border-color css
<style>
span { border-color: #DC92AA; }
span { border-color: rgb(220,146,170); }
td.TdClassName
{
border-color: #DC92AA;
}
.TagClassName
{
border-color: #DC92AA;
}
</style>