Shades of Kobi #DC95A1
Tints of Kobi #DC95A1
RGB
CMYK
RGB Variations
Color information
#DC95A1 (or 0xDC95A1) is known color: Kobi. HEX triplet: DC, 95 and A1. RGB value is (220,149,161). Sum of RGB (Red+Green+Blue) = 220+149+161=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95A1 is #236A5E. Grayscale: #ABABAB. Windows color (decimal): -2320991 or 10589660. OLE color: 10589660.
HSL color Cylindrical-coordinate representation of color #DC95A1: hue angle of 349.86º 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 #DC95A1 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 161 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.14 |
| HSL | 349.86º | 0.5% | 0.72% | - |
| HSV(B) | 349.86º | 0.32% | 0.86% | - |
| XYZ | 46.7 | 39.28 | 38.84 | - |
| YUV | 171.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 161 | 0 | 0.32 | 0.27 | 0.14 | 349.86 | 0.5 | 0.72 |
| Hex | DC | 95 | A1 | 0 | 20 | 1B | E | 15E | 32 | 48 |
| Octal | 334 | 225 | 241 | 0 | 40 | 33 | 16 | 536 | 62 | 110 |
| Binary | 11011100 | 10010101 | 10100001 | 0 | 100000 | 11011 | 1110 | 101011110 | 110010 | 1001000 |
Color Harmonies of #DC95A1
Complementary color
Monochromatic Colors of #DC95A1
Black with #DC95A1
Text Example
Text Example
White with #DC95A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95A1; }
p { color: rgb(220,149,161); }
H1.HeaderClassName
{
color: #DC95A1;
}
.AnyTagClassName
{
color: #DC95A1;
}
</style>
background-color css
<style>
a { background-color: #DC95A1; }
a { background-color: rgb(220,149,161); }
div.DivClassName
{
background-color: #DC95A1;
}
.BgClassName
{
background-color: #DC95A1;
}
</style>
border-color css
<style>
span { border-color: #DC95A1; }
span { border-color: rgb(220,149,161); }
td.TdClassName
{
border-color: #DC95A1;
}
.TagClassName
{
border-color: #DC95A1;
}
</style>