Shades of Kobi #D790AF
Tints of Kobi #D790AF
RGB
CMYK
RGB Variations
Color information
#D790AF (or 0xD790AF) is known color: Kobi. HEX triplet: D7, 90 and AF. RGB value is (215,144,175). Sum of RGB (Red+Green+Blue) = 215+144+175=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D790AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790AF is #286F50. Grayscale: #A8A8A8. Windows color (decimal): -2649937 or 11505879. OLE color: 11505879.
HSL color Cylindrical-coordinate representation of color #D790AF: hue angle of 333.8º 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 #D790AF is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 175 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.16 |
| HSL | 333.8º | 0.47% | 0.7% | - |
| HSV(B) | 333.8º | 0.33% | 0.84% | - |
| XYZ | 45.74 | 37.49 | 45.38 | - |
| YUV | 168.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 175 | 0 | 0.33 | 0.19 | 0.16 | 333.8 | 0.47 | 0.7 |
| Hex | D7 | 90 | AF | 0 | 21 | 13 | 10 | 14E | 2F | 46 |
| Octal | 327 | 220 | 257 | 0 | 41 | 23 | 20 | 516 | 57 | 106 |
| Binary | 11010111 | 10010000 | 10101111 | 0 | 100001 | 10011 | 10000 | 101001110 | 101111 | 1000110 |
Color Harmonies of #D790AF
Complementary color
Monochromatic Colors of #D790AF
Black with #D790AF
Text Example
Text Example
White with #D790AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790AF; }
p { color: rgb(215,144,175); }
H1.HeaderClassName
{
color: #D790AF;
}
.AnyTagClassName
{
color: #D790AF;
}
</style>
background-color css
<style>
a { background-color: #D790AF; }
a { background-color: rgb(215,144,175); }
div.DivClassName
{
background-color: #D790AF;
}
.BgClassName
{
background-color: #D790AF;
}
</style>
border-color css
<style>
span { border-color: #D790AF; }
span { border-color: rgb(215,144,175); }
td.TdClassName
{
border-color: #D790AF;
}
.TagClassName
{
border-color: #D790AF;
}
</style>