Shades of Kobi #D197AC
Tints of Kobi #D197AC
RGB
CMYK
RGB Variations
Color information
#D197AC (or 0xD197AC) is known color: Kobi. HEX triplet: D1, 97 and AC. RGB value is (209,151,172). Sum of RGB (Red+Green+Blue) = 209+151+172=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D197AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D197AC is #2E6853. Grayscale: #AAAAAA. Windows color (decimal): -3041364 or 11311057. OLE color: 11311057.
HSL color Cylindrical-coordinate representation of color #D197AC: hue angle of 338.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D197AC is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 172 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.18 |
| HSL | 338.28º | 0.39% | 0.71% | - |
| HSV(B) | 338.28º | 0.28% | 0.82% | - |
| XYZ | 44.81 | 38.67 | 44.13 | - |
| YUV | 170.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 172 | 0 | 0.28 | 0.18 | 0.18 | 338.28 | 0.39 | 0.71 |
| Hex | D1 | 97 | AC | 0 | 1C | 12 | 12 | 152 | 27 | 47 |
| Octal | 321 | 227 | 254 | 0 | 34 | 22 | 22 | 522 | 47 | 107 |
| Binary | 11010001 | 10010111 | 10101100 | 0 | 11100 | 10010 | 10010 | 101010010 | 100111 | 1000111 |
Color Harmonies of #D197AC
Complementary color
Monochromatic Colors of #D197AC
Black with #D197AC
Text Example
Text Example
White with #D197AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D197AC; }
p { color: rgb(209,151,172); }
H1.HeaderClassName
{
color: #D197AC;
}
.AnyTagClassName
{
color: #D197AC;
}
</style>
background-color css
<style>
a { background-color: #D197AC; }
a { background-color: rgb(209,151,172); }
div.DivClassName
{
background-color: #D197AC;
}
.BgClassName
{
background-color: #D197AC;
}
</style>
border-color css
<style>
span { border-color: #D197AC; }
span { border-color: rgb(209,151,172); }
td.TdClassName
{
border-color: #D197AC;
}
.TagClassName
{
border-color: #D197AC;
}
</style>