Shades of Kobi #D496A8
Tints of Kobi #D496A8
RGB
CMYK
RGB Variations
Color information
#D496A8 (or 0xD496A8) is known color: Kobi. HEX triplet: D4, 96 and A8. RGB value is (212,150,168). Sum of RGB (Red+Green+Blue) = 212+150+168=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D496A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D496A8 is #2B6957. Grayscale: #AAAAAA. Windows color (decimal): -2845016 or 11048660. OLE color: 11048660.
HSL color Cylindrical-coordinate representation of color #D496A8: hue angle of 342.58º degrees, saturation: 0.42, 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 #D496A8 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 168 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.17 |
| HSL | 342.58º | 0.42% | 0.71% | - |
| HSV(B) | 342.58º | 0.29% | 0.83% | - |
| XYZ | 45.13 | 38.64 | 42.13 | - |
| YUV | 170.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 168 | 0 | 0.29 | 0.21 | 0.17 | 342.58 | 0.42 | 0.71 |
| Hex | D4 | 96 | A8 | 0 | 1D | 15 | 11 | 157 | 2A | 47 |
| Octal | 324 | 226 | 250 | 0 | 35 | 25 | 21 | 527 | 52 | 107 |
| Binary | 11010100 | 10010110 | 10101000 | 0 | 11101 | 10101 | 10001 | 101010111 | 101010 | 1000111 |
Color Harmonies of #D496A8
Complementary color
Monochromatic Colors of #D496A8
Black with #D496A8
Text Example
Text Example
White with #D496A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496A8; }
p { color: rgb(212,150,168); }
H1.HeaderClassName
{
color: #D496A8;
}
.AnyTagClassName
{
color: #D496A8;
}
</style>
background-color css
<style>
a { background-color: #D496A8; }
a { background-color: rgb(212,150,168); }
div.DivClassName
{
background-color: #D496A8;
}
.BgClassName
{
background-color: #D496A8;
}
</style>
border-color css
<style>
span { border-color: #D496A8; }
span { border-color: rgb(212,150,168); }
td.TdClassName
{
border-color: #D496A8;
}
.TagClassName
{
border-color: #D496A8;
}
</style>