Shades of Kobi #D897A4
Tints of Kobi #D897A4
RGB
CMYK
RGB Variations
Color information
#D897A4 (or 0xD897A4) is known color: Kobi. HEX triplet: D8, 97 and A4. RGB value is (216,151,164). Sum of RGB (Red+Green+Blue) = 216+151+164=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D897A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D897A4 is #27685B. Grayscale: #ABABAB. Windows color (decimal): -2582620 or 10786776. OLE color: 10786776.
HSL color Cylindrical-coordinate representation of color #D897A4: hue angle of 348º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D897A4 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 164 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.15 |
| HSL | 348º | 0.45% | 0.72% | - |
| HSV(B) | 348º | 0.3% | 0.85% | - |
| XYZ | 46.09 | 39.41 | 40.3 | - |
| YUV | 171.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 164 | 0 | 0.30 | 0.24 | 0.15 | 348 | 0.45 | 0.72 |
| Hex | D8 | 97 | A4 | 0 | 1E | 18 | F | 15C | 2D | 48 |
| Octal | 330 | 227 | 244 | 0 | 36 | 30 | 17 | 534 | 55 | 110 |
| Binary | 11011000 | 10010111 | 10100100 | 0 | 11110 | 11000 | 1111 | 101011100 | 101101 | 1001000 |
Color Harmonies of #D897A4
Complementary color
Monochromatic Colors of #D897A4
Black with #D897A4
Text Example
Text Example
White with #D897A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D897A4; }
p { color: rgb(216,151,164); }
H1.HeaderClassName
{
color: #D897A4;
}
.AnyTagClassName
{
color: #D897A4;
}
</style>
background-color css
<style>
a { background-color: #D897A4; }
a { background-color: rgb(216,151,164); }
div.DivClassName
{
background-color: #D897A4;
}
.BgClassName
{
background-color: #D897A4;
}
</style>
border-color css
<style>
span { border-color: #D897A4; }
span { border-color: rgb(216,151,164); }
td.TdClassName
{
border-color: #D897A4;
}
.TagClassName
{
border-color: #D897A4;
}
</style>