Shades of Kobi #DC95AD
Tints of Kobi #DC95AD
RGB
CMYK
RGB Variations
Color information
#DC95AD (or 0xDC95AD) is known color: Kobi. HEX triplet: DC, 95 and AD. RGB value is (220,149,173). Sum of RGB (Red+Green+Blue) = 220+149+173=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95AD is #236A52. Grayscale: #ACACAC. Windows color (decimal): -2320979 or 11376092. OLE color: 11376092.
HSL color Cylindrical-coordinate representation of color #DC95AD: hue angle of 339.72º 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 #DC95AD is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 173 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.14 |
| HSL | 339.72º | 0.5% | 0.72% | - |
| HSV(B) | 339.72º | 0.32% | 0.86% | - |
| XYZ | 47.81 | 39.73 | 44.68 | - |
| YUV | 172.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 173 | 0 | 0.32 | 0.21 | 0.14 | 339.72 | 0.5 | 0.72 |
| Hex | DC | 95 | AD | 0 | 20 | 15 | E | 154 | 32 | 48 |
| Octal | 334 | 225 | 255 | 0 | 40 | 25 | 16 | 524 | 62 | 110 |
| Binary | 11011100 | 10010101 | 10101101 | 0 | 100000 | 10101 | 1110 | 101010100 | 110010 | 1001000 |
Color Harmonies of #DC95AD
Complementary color
Monochromatic Colors of #DC95AD
Black with #DC95AD
Text Example
Text Example
White with #DC95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95AD; }
p { color: rgb(220,149,173); }
H1.HeaderClassName
{
color: #DC95AD;
}
.AnyTagClassName
{
color: #DC95AD;
}
</style>
background-color css
<style>
a { background-color: #DC95AD; }
a { background-color: rgb(220,149,173); }
div.DivClassName
{
background-color: #DC95AD;
}
.BgClassName
{
background-color: #DC95AD;
}
</style>
border-color css
<style>
span { border-color: #DC95AD; }
span { border-color: rgb(220,149,173); }
td.TdClassName
{
border-color: #DC95AD;
}
.TagClassName
{
border-color: #DC95AD;
}
</style>