Shades of Kobi #D796A8
Tints of Kobi #D796A8
RGB
CMYK
RGB Variations
Color information
#D796A8 (or 0xD796A8) is known color: Kobi. HEX triplet: D7, 96 and A8. RGB value is (215,150,168). Sum of RGB (Red+Green+Blue) = 215+150+168=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D796A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D796A8 is #286957. Grayscale: #ABABAB. Windows color (decimal): -2648408 or 11048663. OLE color: 11048663.
HSL color Cylindrical-coordinate representation of color #D796A8: hue angle of 343.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796A8 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 168 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.16 |
| HSL | 343.38º | 0.45% | 0.72% | - |
| HSV(B) | 343.38º | 0.3% | 0.84% | - |
| XYZ | 46 | 39.09 | 42.17 | - |
| YUV | 171.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 168 | 0 | 0.30 | 0.22 | 0.16 | 343.38 | 0.45 | 0.72 |
| Hex | D7 | 96 | A8 | 0 | 1E | 16 | 10 | 157 | 2D | 48 |
| Octal | 327 | 226 | 250 | 0 | 36 | 26 | 20 | 527 | 55 | 110 |
| Binary | 11010111 | 10010110 | 10101000 | 0 | 11110 | 10110 | 10000 | 101010111 | 101101 | 1001000 |
Color Harmonies of #D796A8
Complementary color
Monochromatic Colors of #D796A8
Black with #D796A8
Text Example
Text Example
White with #D796A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D796A8; }
p { color: rgb(215,150,168); }
H1.HeaderClassName
{
color: #D796A8;
}
.AnyTagClassName
{
color: #D796A8;
}
</style>
background-color css
<style>
a { background-color: #D796A8; }
a { background-color: rgb(215,150,168); }
div.DivClassName
{
background-color: #D796A8;
}
.BgClassName
{
background-color: #D796A8;
}
</style>
border-color css
<style>
span { border-color: #D796A8; }
span { border-color: rgb(215,150,168); }
td.TdClassName
{
border-color: #D796A8;
}
.TagClassName
{
border-color: #D796A8;
}
</style>