Shades of Kobi #D792A3
Tints of Kobi #D792A3
RGB
CMYK
RGB Variations
Color information
#D792A3 (or 0xD792A3) is known color: Kobi. HEX triplet: D7, 92 and A3. RGB value is (215,146,163). Sum of RGB (Red+Green+Blue) = 215+146+163=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D792A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D792A3 is #286D5C. Grayscale: #A8A8A8. Windows color (decimal): -2649437 or 10719959. OLE color: 10719959.
HSL color Cylindrical-coordinate representation of color #D792A3: hue angle of 345.22º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D792A3 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 163 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.16 |
| HSL | 345.22º | 0.46% | 0.71% | - |
| HSV(B) | 345.22º | 0.32% | 0.84% | - |
| XYZ | 44.91 | 37.65 | 39.55 | - |
| YUV | 168.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 163 | 0 | 0.32 | 0.24 | 0.16 | 345.22 | 0.46 | 0.71 |
| Hex | D7 | 92 | A3 | 0 | 20 | 18 | 10 | 159 | 2E | 47 |
| Octal | 327 | 222 | 243 | 0 | 40 | 30 | 20 | 531 | 56 | 107 |
| Binary | 11010111 | 10010010 | 10100011 | 0 | 100000 | 11000 | 10000 | 101011001 | 101110 | 1000111 |
Color Harmonies of #D792A3
Complementary color
Monochromatic Colors of #D792A3
Black with #D792A3
Text Example
Text Example
White with #D792A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792A3; }
p { color: rgb(215,146,163); }
H1.HeaderClassName
{
color: #D792A3;
}
.AnyTagClassName
{
color: #D792A3;
}
</style>
background-color css
<style>
a { background-color: #D792A3; }
a { background-color: rgb(215,146,163); }
div.DivClassName
{
background-color: #D792A3;
}
.BgClassName
{
background-color: #D792A3;
}
</style>
border-color css
<style>
span { border-color: #D792A3; }
span { border-color: rgb(215,146,163); }
td.TdClassName
{
border-color: #D792A3;
}
.TagClassName
{
border-color: #D792A3;
}
</style>