Shades of Kobi #DC9CAB
Tints of Kobi #DC9CAB
RGB
CMYK
RGB Variations
Color information
#DC9CAB (or 0xDC9CAB) is known color: Kobi. HEX triplet: DC, 9C and AB. RGB value is (220,156,171). Sum of RGB (Red+Green+Blue) = 220+156+171=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CAB is #236354. Grayscale: #B0B0B0. Windows color (decimal): -2319189 or 11246812. OLE color: 11246812.
HSL color Cylindrical-coordinate representation of color #DC9CAB: hue angle of 345.94º 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 #DC9CAB is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 171 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.14 |
| HSL | 345.94º | 0.48% | 0.74% | - |
| HSV(B) | 345.94º | 0.29% | 0.86% | - |
| XYZ | 48.75 | 41.93 | 44.05 | - |
| YUV | 176.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 171 | 0 | 0.29 | 0.22 | 0.14 | 345.94 | 0.48 | 0.74 |
| Hex | DC | 9C | AB | 0 | 1D | 16 | E | 15A | 30 | 4A |
| Octal | 334 | 234 | 253 | 0 | 35 | 26 | 16 | 532 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10101011 | 0 | 11101 | 10110 | 1110 | 101011010 | 110000 | 1001010 |
Color Harmonies of #DC9CAB
Complementary color
Monochromatic Colors of #DC9CAB
Black with #DC9CAB
Text Example
Text Example
White with #DC9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CAB; }
p { color: rgb(220,156,171); }
H1.HeaderClassName
{
color: #DC9CAB;
}
.AnyTagClassName
{
color: #DC9CAB;
}
</style>
background-color css
<style>
a { background-color: #DC9CAB; }
a { background-color: rgb(220,156,171); }
div.DivClassName
{
background-color: #DC9CAB;
}
.BgClassName
{
background-color: #DC9CAB;
}
</style>
border-color css
<style>
span { border-color: #DC9CAB; }
span { border-color: rgb(220,156,171); }
td.TdClassName
{
border-color: #DC9CAB;
}
.TagClassName
{
border-color: #DC9CAB;
}
</style>