Shades of Kobi #DC9CA5
Tints of Kobi #DC9CA5
RGB
CMYK
RGB Variations
Color information
#DC9CA5 (or 0xDC9CA5) is known color: Kobi. HEX triplet: DC, 9C and A5. RGB value is (220,156,165). Sum of RGB (Red+Green+Blue) = 220+156+165=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CA5 is #23635A. Grayscale: #B0B0B0. Windows color (decimal): -2319195 or 10853596. OLE color: 10853596.
HSL color Cylindrical-coordinate representation of color #DC9CA5: hue angle of 351.56º 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 #DC9CA5 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 165 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.14 |
| HSL | 351.56º | 0.48% | 0.74% | - |
| HSV(B) | 351.56º | 0.29% | 0.86% | - |
| XYZ | 48.2 | 41.71 | 41.11 | - |
| YUV | 176.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 165 | 0 | 0.29 | 0.25 | 0.14 | 351.56 | 0.48 | 0.74 |
| Hex | DC | 9C | A5 | 0 | 1D | 19 | E | 160 | 30 | 4A |
| Octal | 334 | 234 | 245 | 0 | 35 | 31 | 16 | 540 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10100101 | 0 | 11101 | 11001 | 1110 | 101100000 | 110000 | 1001010 |
Color Harmonies of #DC9CA5
Complementary color
Monochromatic Colors of #DC9CA5
Black with #DC9CA5
Text Example
Text Example
White with #DC9CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CA5; }
p { color: rgb(220,156,165); }
H1.HeaderClassName
{
color: #DC9CA5;
}
.AnyTagClassName
{
color: #DC9CA5;
}
</style>
background-color css
<style>
a { background-color: #DC9CA5; }
a { background-color: rgb(220,156,165); }
div.DivClassName
{
background-color: #DC9CA5;
}
.BgClassName
{
background-color: #DC9CA5;
}
</style>
border-color css
<style>
span { border-color: #DC9CA5; }
span { border-color: rgb(220,156,165); }
td.TdClassName
{
border-color: #DC9CA5;
}
.TagClassName
{
border-color: #DC9CA5;
}
</style>