Shades of Kobi #DC9CA6
Tints of Kobi #DC9CA6
RGB
CMYK
RGB Variations
Color information
#DC9CA6 (or 0xDC9CA6) is known color: Kobi. HEX triplet: DC, 9C and A6. RGB value is (220,156,166). Sum of RGB (Red+Green+Blue) = 220+156+166=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CA6 is #236359. Grayscale: #B0B0B0. Windows color (decimal): -2319194 or 10919132. OLE color: 10919132.
HSL color Cylindrical-coordinate representation of color #DC9CA6: hue angle of 350.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CA6 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 166 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.14 |
| HSL | 350.63º | 0.48% | 0.74% | - |
| HSV(B) | 350.63º | 0.29% | 0.86% | - |
| XYZ | 48.29 | 41.75 | 41.59 | - |
| YUV | 176.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 166 | 0 | 0.29 | 0.25 | 0.14 | 350.63 | 0.48 | 0.74 |
| Hex | DC | 9C | A6 | 0 | 1D | 19 | E | 15F | 30 | 4A |
| Octal | 334 | 234 | 246 | 0 | 35 | 31 | 16 | 537 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10100110 | 0 | 11101 | 11001 | 1110 | 101011111 | 110000 | 1001010 |
Color Harmonies of #DC9CA6
Complementary color
Monochromatic Colors of #DC9CA6
Black with #DC9CA6
Text Example
Text Example
White with #DC9CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CA6; }
p { color: rgb(220,156,166); }
H1.HeaderClassName
{
color: #DC9CA6;
}
.AnyTagClassName
{
color: #DC9CA6;
}
</style>
background-color css
<style>
a { background-color: #DC9CA6; }
a { background-color: rgb(220,156,166); }
div.DivClassName
{
background-color: #DC9CA6;
}
.BgClassName
{
background-color: #DC9CA6;
}
</style>
border-color css
<style>
span { border-color: #DC9CA6; }
span { border-color: rgb(220,156,166); }
td.TdClassName
{
border-color: #DC9CA6;
}
.TagClassName
{
border-color: #DC9CA6;
}
</style>