Shades of Kobi #DC97A1
Tints of Kobi #DC97A1
RGB
CMYK
RGB Variations
Color information
#DC97A1 (or 0xDC97A1) is known color: Kobi. HEX triplet: DC, 97 and A1. RGB value is (220,151,161). Sum of RGB (Red+Green+Blue) = 220+151+161=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC97A1 is #23685E. Grayscale: #ACACAC. Windows color (decimal): -2320479 or 10590172. OLE color: 10590172.
HSL color Cylindrical-coordinate representation of color #DC97A1: hue angle of 351.3º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97A1 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 161 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.14 |
| HSL | 351.3º | 0.5% | 0.73% | - |
| HSV(B) | 351.3º | 0.31% | 0.86% | - |
| XYZ | 47.01 | 39.92 | 38.95 | - |
| YUV | 172.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 161 | 0 | 0.31 | 0.27 | 0.14 | 351.3 | 0.5 | 0.73 |
| Hex | DC | 97 | A1 | 0 | 1F | 1B | E | 15F | 32 | 49 |
| Octal | 334 | 227 | 241 | 0 | 37 | 33 | 16 | 537 | 62 | 111 |
| Binary | 11011100 | 10010111 | 10100001 | 0 | 11111 | 11011 | 1110 | 101011111 | 110010 | 1001001 |
Color Harmonies of #DC97A1
Complementary color
Monochromatic Colors of #DC97A1
Black with #DC97A1
Text Example
Text Example
White with #DC97A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC97A1; }
p { color: rgb(220,151,161); }
H1.HeaderClassName
{
color: #DC97A1;
}
.AnyTagClassName
{
color: #DC97A1;
}
</style>
background-color css
<style>
a { background-color: #DC97A1; }
a { background-color: rgb(220,151,161); }
div.DivClassName
{
background-color: #DC97A1;
}
.BgClassName
{
background-color: #DC97A1;
}
</style>
border-color css
<style>
span { border-color: #DC97A1; }
span { border-color: rgb(220,151,161); }
td.TdClassName
{
border-color: #DC97A1;
}
.TagClassName
{
border-color: #DC97A1;
}
</style>