Shades of Kobi #DC95AB
Tints of Kobi #DC95AB
RGB
CMYK
RGB Variations
Color information
#DC95AB (or 0xDC95AB) is known color: Kobi. HEX triplet: DC, 95 and AB. RGB value is (220,149,171). Sum of RGB (Red+Green+Blue) = 220+149+171=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95AB is #236A54. Grayscale: #ACACAC. Windows color (decimal): -2320981 or 11245020. OLE color: 11245020.
HSL color Cylindrical-coordinate representation of color #DC95AB: hue angle of 341.41º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95AB is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 171 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.14 |
| HSL | 341.41º | 0.5% | 0.72% | - |
| HSV(B) | 341.41º | 0.32% | 0.86% | - |
| XYZ | 47.61 | 39.65 | 43.67 | - |
| YUV | 172.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 171 | 0 | 0.32 | 0.22 | 0.14 | 341.41 | 0.5 | 0.72 |
| Hex | DC | 95 | AB | 0 | 20 | 16 | E | 155 | 32 | 48 |
| Octal | 334 | 225 | 253 | 0 | 40 | 26 | 16 | 525 | 62 | 110 |
| Binary | 11011100 | 10010101 | 10101011 | 0 | 100000 | 10110 | 1110 | 101010101 | 110010 | 1001000 |
Color Harmonies of #DC95AB
Complementary color
Monochromatic Colors of #DC95AB
Black with #DC95AB
Text Example
Text Example
White with #DC95AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95AB; }
p { color: rgb(220,149,171); }
H1.HeaderClassName
{
color: #DC95AB;
}
.AnyTagClassName
{
color: #DC95AB;
}
</style>
background-color css
<style>
a { background-color: #DC95AB; }
a { background-color: rgb(220,149,171); }
div.DivClassName
{
background-color: #DC95AB;
}
.BgClassName
{
background-color: #DC95AB;
}
</style>
border-color css
<style>
span { border-color: #DC95AB; }
span { border-color: rgb(220,149,171); }
td.TdClassName
{
border-color: #DC95AB;
}
.TagClassName
{
border-color: #DC95AB;
}
</style>