Shades of Kobi #D992A2
Tints of Kobi #D992A2
RGB
CMYK
RGB Variations
Color information
#D992A2 (or 0xD992A2) is known color: Kobi. HEX triplet: D9, 92 and A2. RGB value is (217,146,162). Sum of RGB (Red+Green+Blue) = 217+146+162=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D992A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D992A2 is #266D5D. Grayscale: #A9A9A9. Windows color (decimal): -2518366 or 10654425. OLE color: 10654425.
HSL color Cylindrical-coordinate representation of color #D992A2: hue angle of 346.48º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D992A2 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 162 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.15 |
| HSL | 346.48º | 0.48% | 0.71% | - |
| HSV(B) | 346.48º | 0.33% | 0.85% | - |
| XYZ | 45.42 | 37.92 | 39.11 | - |
| YUV | 169.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 162 | 0 | 0.33 | 0.25 | 0.15 | 346.48 | 0.48 | 0.71 |
| Hex | D9 | 92 | A2 | 0 | 21 | 19 | F | 15A | 30 | 47 |
| Octal | 331 | 222 | 242 | 0 | 41 | 31 | 17 | 532 | 60 | 107 |
| Binary | 11011001 | 10010010 | 10100010 | 0 | 100001 | 11001 | 1111 | 101011010 | 110000 | 1000111 |
Color Harmonies of #D992A2
Complementary color
Monochromatic Colors of #D992A2
Black with #D992A2
Text Example
Text Example
White with #D992A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992A2; }
p { color: rgb(217,146,162); }
H1.HeaderClassName
{
color: #D992A2;
}
.AnyTagClassName
{
color: #D992A2;
}
</style>
background-color css
<style>
a { background-color: #D992A2; }
a { background-color: rgb(217,146,162); }
div.DivClassName
{
background-color: #D992A2;
}
.BgClassName
{
background-color: #D992A2;
}
</style>
border-color css
<style>
span { border-color: #D992A2; }
span { border-color: rgb(217,146,162); }
td.TdClassName
{
border-color: #D992A2;
}
.TagClassName
{
border-color: #D992A2;
}
</style>