Shades of Kobi #DCA1B4
Tints of Kobi #DCA1B4
RGB
CMYK
RGB Variations
Color information
#DCA1B4 (or 0xDCA1B4) is known color: Kobi. HEX triplet: DC, A1 and B4. RGB value is (220,161,180). Sum of RGB (Red+Green+Blue) = 220+161+180=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1B4 is #235E4B. Grayscale: #B4B4B4. Windows color (decimal): -2317900 or 11837916. OLE color: 11837916.
HSL color Cylindrical-coordinate representation of color #DCA1B4: hue angle of 340.68º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA1B4 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 180 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.14 |
| HSL | 340.68º | 0.46% | 0.75% | - |
| HSV(B) | 340.68º | 0.27% | 0.86% | - |
| XYZ | 50.5 | 44 | 49.01 | - |
| YUV | 180.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 180 | 0 | 0.27 | 0.18 | 0.14 | 340.68 | 0.46 | 0.75 |
| Hex | DC | A1 | B4 | 0 | 1B | 12 | E | 155 | 2E | 4B |
| Octal | 334 | 241 | 264 | 0 | 33 | 22 | 16 | 525 | 56 | 113 |
| Binary | 11011100 | 10100001 | 10110100 | 0 | 11011 | 10010 | 1110 | 101010101 | 101110 | 1001011 |
Color Harmonies of #DCA1B4
Complementary color
Monochromatic Colors of #DCA1B4
Black with #DCA1B4
Text Example
Text Example
White with #DCA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA1B4; }
p { color: rgb(220,161,180); }
H1.HeaderClassName
{
color: #DCA1B4;
}
.AnyTagClassName
{
color: #DCA1B4;
}
</style>
background-color css
<style>
a { background-color: #DCA1B4; }
a { background-color: rgb(220,161,180); }
div.DivClassName
{
background-color: #DCA1B4;
}
.BgClassName
{
background-color: #DCA1B4;
}
</style>
border-color css
<style>
span { border-color: #DCA1B4; }
span { border-color: rgb(220,161,180); }
td.TdClassName
{
border-color: #DCA1B4;
}
.TagClassName
{
border-color: #DCA1B4;
}
</style>