Shades of Kobi #DC95B0
Tints of Kobi #DC95B0
RGB
CMYK
RGB Variations
Color information
#DC95B0 (or 0xDC95B0) is known color: Kobi. HEX triplet: DC, 95 and B0. RGB value is (220,149,176). Sum of RGB (Red+Green+Blue) = 220+149+176=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95B0 is #236A4F. Grayscale: #ADADAD. Windows color (decimal): -2320976 or 11572700. OLE color: 11572700.
HSL color Cylindrical-coordinate representation of color #DC95B0: hue angle of 337.18º 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 #DC95B0 is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 176 | - |
| CMYK | 0 | 0.32 | 0.2 | 0.14 |
| HSL | 337.18º | 0.5% | 0.72% | - |
| HSV(B) | 337.18º | 0.32% | 0.86% | - |
| XYZ | 48.1 | 39.85 | 46.23 | - |
| YUV | 173.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 176 | 0 | 0.32 | 0.2 | 0.14 | 337.18 | 0.5 | 0.72 |
| Hex | DC | 95 | B0 | 0 | 20 | 14 | E | 151 | 32 | 48 |
| Octal | 334 | 225 | 260 | 0 | 40 | 24 | 16 | 521 | 62 | 110 |
| Binary | 11011100 | 10010101 | 10110000 | 0 | 100000 | 10100 | 1110 | 101010001 | 110010 | 1001000 |
Color Harmonies of #DC95B0
Complementary color
Monochromatic Colors of #DC95B0
Black with #DC95B0
Text Example
Text Example
White with #DC95B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95B0; }
p { color: rgb(220,149,176); }
H1.HeaderClassName
{
color: #DC95B0;
}
.AnyTagClassName
{
color: #DC95B0;
}
</style>
background-color css
<style>
a { background-color: #DC95B0; }
a { background-color: rgb(220,149,176); }
div.DivClassName
{
background-color: #DC95B0;
}
.BgClassName
{
background-color: #DC95B0;
}
</style>
border-color css
<style>
span { border-color: #DC95B0; }
span { border-color: rgb(220,149,176); }
td.TdClassName
{
border-color: #DC95B0;
}
.TagClassName
{
border-color: #DC95B0;
}
</style>