Shades of Kobi #D497AC
Tints of Kobi #D497AC
RGB
CMYK
RGB Variations
Color information
#D497AC (or 0xD497AC) is known color: Kobi. HEX triplet: D4, 97 and AC. RGB value is (212,151,172). Sum of RGB (Red+Green+Blue) = 212+151+172=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D497AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D497AC is #2B6853. Grayscale: #ABABAB. Windows color (decimal): -2844756 or 11311060. OLE color: 11311060.
HSL color Cylindrical-coordinate representation of color #D497AC: hue angle of 339.34º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497AC is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 172 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.17 |
| HSL | 339.34º | 0.41% | 0.71% | - |
| HSV(B) | 339.34º | 0.29% | 0.83% | - |
| XYZ | 45.66 | 39.11 | 44.17 | - |
| YUV | 171.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 172 | 0 | 0.29 | 0.19 | 0.17 | 339.34 | 0.41 | 0.71 |
| Hex | D4 | 97 | AC | 0 | 1D | 13 | 11 | 153 | 29 | 47 |
| Octal | 324 | 227 | 254 | 0 | 35 | 23 | 21 | 523 | 51 | 107 |
| Binary | 11010100 | 10010111 | 10101100 | 0 | 11101 | 10011 | 10001 | 101010011 | 101001 | 1000111 |
Color Harmonies of #D497AC
Complementary color
Monochromatic Colors of #D497AC
Black with #D497AC
Text Example
Text Example
White with #D497AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D497AC; }
p { color: rgb(212,151,172); }
H1.HeaderClassName
{
color: #D497AC;
}
.AnyTagClassName
{
color: #D497AC;
}
</style>
background-color css
<style>
a { background-color: #D497AC; }
a { background-color: rgb(212,151,172); }
div.DivClassName
{
background-color: #D497AC;
}
.BgClassName
{
background-color: #D497AC;
}
</style>
border-color css
<style>
span { border-color: #D497AC; }
span { border-color: rgb(212,151,172); }
td.TdClassName
{
border-color: #D497AC;
}
.TagClassName
{
border-color: #D497AC;
}
</style>