Shades of Kobi #DC9CAC
Tints of Kobi #DC9CAC
RGB
CMYK
RGB Variations
Color information
#DC9CAC (or 0xDC9CAC) is known color: Kobi. HEX triplet: DC, 9C and AC. RGB value is (220,156,172). Sum of RGB (Red+Green+Blue) = 220+156+172=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CAC is #236353. Grayscale: #B0B0B0. Windows color (decimal): -2319188 or 11312348. OLE color: 11312348.
HSL color Cylindrical-coordinate representation of color #DC9CAC: hue angle of 345º 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 #DC9CAC is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 172 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.14 |
| HSL | 345º | 0.48% | 0.74% | - |
| HSV(B) | 345º | 0.29% | 0.86% | - |
| XYZ | 48.85 | 41.97 | 44.56 | - |
| YUV | 176.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 172 | 0 | 0.29 | 0.22 | 0.14 | 345 | 0.48 | 0.74 |
| Hex | DC | 9C | AC | 0 | 1D | 16 | E | 159 | 30 | 4A |
| Octal | 334 | 234 | 254 | 0 | 35 | 26 | 16 | 531 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10101100 | 0 | 11101 | 10110 | 1110 | 101011001 | 110000 | 1001010 |
Color Harmonies of #DC9CAC
Complementary color
Monochromatic Colors of #DC9CAC
Black with #DC9CAC
Text Example
Text Example
White with #DC9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CAC; }
p { color: rgb(220,156,172); }
H1.HeaderClassName
{
color: #DC9CAC;
}
.AnyTagClassName
{
color: #DC9CAC;
}
</style>
background-color css
<style>
a { background-color: #DC9CAC; }
a { background-color: rgb(220,156,172); }
div.DivClassName
{
background-color: #DC9CAC;
}
.BgClassName
{
background-color: #DC9CAC;
}
</style>
border-color css
<style>
span { border-color: #DC9CAC; }
span { border-color: rgb(220,156,172); }
td.TdClassName
{
border-color: #DC9CAC;
}
.TagClassName
{
border-color: #DC9CAC;
}
</style>