Shades of Kobi #DC9CA7
Tints of Kobi #DC9CA7
RGB
CMYK
RGB Variations
Color information
#DC9CA7 (or 0xDC9CA7) is known color: Kobi. HEX triplet: DC, 9C and A7. RGB value is (220,156,167). Sum of RGB (Red+Green+Blue) = 220+156+167=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CA7 is #236358. Grayscale: #B0B0B0. Windows color (decimal): -2319193 or 10984668. OLE color: 10984668.
HSL color Cylindrical-coordinate representation of color #DC9CA7: hue angle of 349.69º 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 #DC9CA7 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 167 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.14 |
| HSL | 349.69º | 0.48% | 0.74% | - |
| HSV(B) | 349.69º | 0.29% | 0.86% | - |
| XYZ | 48.38 | 41.78 | 42.07 | - |
| YUV | 176.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 167 | 0 | 0.29 | 0.24 | 0.14 | 349.69 | 0.48 | 0.74 |
| Hex | DC | 9C | A7 | 0 | 1D | 18 | E | 15E | 30 | 4A |
| Octal | 334 | 234 | 247 | 0 | 35 | 30 | 16 | 536 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10100111 | 0 | 11101 | 11000 | 1110 | 101011110 | 110000 | 1001010 |
Color Harmonies of #DC9CA7
Complementary color
Monochromatic Colors of #DC9CA7
Black with #DC9CA7
Text Example
Text Example
White with #DC9CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CA7; }
p { color: rgb(220,156,167); }
H1.HeaderClassName
{
color: #DC9CA7;
}
.AnyTagClassName
{
color: #DC9CA7;
}
</style>
background-color css
<style>
a { background-color: #DC9CA7; }
a { background-color: rgb(220,156,167); }
div.DivClassName
{
background-color: #DC9CA7;
}
.BgClassName
{
background-color: #DC9CA7;
}
</style>
border-color css
<style>
span { border-color: #DC9CA7; }
span { border-color: rgb(220,156,167); }
td.TdClassName
{
border-color: #DC9CA7;
}
.TagClassName
{
border-color: #DC9CA7;
}
</style>