Shades of Kobi #D790A8
Tints of Kobi #D790A8
RGB
CMYK
RGB Variations
Color information
#D790A8 (or 0xD790A8) is known color: Kobi. HEX triplet: D7, 90 and A8. RGB value is (215,144,168). Sum of RGB (Red+Green+Blue) = 215+144+168=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D790A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790A8 is #286F57. Grayscale: #A7A7A7. Windows color (decimal): -2649944 or 11047127. OLE color: 11047127.
HSL color Cylindrical-coordinate representation of color #D790A8: hue angle of 339.72º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D790A8 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 168 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.16 |
| HSL | 339.72º | 0.47% | 0.7% | - |
| HSV(B) | 339.72º | 0.33% | 0.84% | - |
| XYZ | 45.07 | 37.22 | 41.85 | - |
| YUV | 167.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 168 | 0 | 0.33 | 0.22 | 0.16 | 339.72 | 0.47 | 0.7 |
| Hex | D7 | 90 | A8 | 0 | 21 | 16 | 10 | 154 | 2F | 46 |
| Octal | 327 | 220 | 250 | 0 | 41 | 26 | 20 | 524 | 57 | 106 |
| Binary | 11010111 | 10010000 | 10101000 | 0 | 100001 | 10110 | 10000 | 101010100 | 101111 | 1000110 |
Color Harmonies of #D790A8
Complementary color
Monochromatic Colors of #D790A8
Black with #D790A8
Text Example
Text Example
White with #D790A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790A8; }
p { color: rgb(215,144,168); }
H1.HeaderClassName
{
color: #D790A8;
}
.AnyTagClassName
{
color: #D790A8;
}
</style>
background-color css
<style>
a { background-color: #D790A8; }
a { background-color: rgb(215,144,168); }
div.DivClassName
{
background-color: #D790A8;
}
.BgClassName
{
background-color: #D790A8;
}
</style>
border-color css
<style>
span { border-color: #D790A8; }
span { border-color: rgb(215,144,168); }
td.TdClassName
{
border-color: #D790A8;
}
.TagClassName
{
border-color: #D790A8;
}
</style>