Shades of Kobi #DC9BAE
Tints of Kobi #DC9BAE
RGB
CMYK
RGB Variations
Color information
#DC9BAE (or 0xDC9BAE) is known color: Kobi. HEX triplet: DC, 9B and AE. RGB value is (220,155,174). Sum of RGB (Red+Green+Blue) = 220+155+174=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9BAE is #236451. Grayscale: #B0B0B0. Windows color (decimal): -2319442 or 11443164. OLE color: 11443164.
HSL color Cylindrical-coordinate representation of color #DC9BAE: hue angle of 342.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BAE is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 174 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.14 |
| HSL | 342.46º | 0.48% | 0.74% | - |
| HSV(B) | 342.46º | 0.3% | 0.86% | - |
| XYZ | 48.88 | 41.71 | 45.52 | - |
| YUV | 176.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 174 | 0 | 0.30 | 0.21 | 0.14 | 342.46 | 0.48 | 0.74 |
| Hex | DC | 9B | AE | 0 | 1E | 15 | E | 156 | 30 | 4A |
| Octal | 334 | 233 | 256 | 0 | 36 | 25 | 16 | 526 | 60 | 112 |
| Binary | 11011100 | 10011011 | 10101110 | 0 | 11110 | 10101 | 1110 | 101010110 | 110000 | 1001010 |
Color Harmonies of #DC9BAE
Complementary color
Monochromatic Colors of #DC9BAE
Black with #DC9BAE
Text Example
Text Example
White with #DC9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BAE; }
p { color: rgb(220,155,174); }
H1.HeaderClassName
{
color: #DC9BAE;
}
.AnyTagClassName
{
color: #DC9BAE;
}
</style>
background-color css
<style>
a { background-color: #DC9BAE; }
a { background-color: rgb(220,155,174); }
div.DivClassName
{
background-color: #DC9BAE;
}
.BgClassName
{
background-color: #DC9BAE;
}
</style>
border-color css
<style>
span { border-color: #DC9BAE; }
span { border-color: rgb(220,155,174); }
td.TdClassName
{
border-color: #DC9BAE;
}
.TagClassName
{
border-color: #DC9BAE;
}
</style>