Shades of Kobi #D292AE
Tints of Kobi #D292AE
RGB
CMYK
RGB Variations
Color information
#D292AE (or 0xD292AE) is known color: Kobi. HEX triplet: D2, 92 and AE. RGB value is (210,146,174). Sum of RGB (Red+Green+Blue) = 210+146+174=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D292AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D292AE is #2D6D51. Grayscale: #A8A8A8. Windows color (decimal): -2977106 or 11440850. OLE color: 11440850.
HSL color Cylindrical-coordinate representation of color #D292AE: hue angle of 333.75º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D292AE is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 174 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.18 |
| HSL | 333.75º | 0.42% | 0.7% | - |
| HSV(B) | 333.75º | 0.3% | 0.82% | - |
| XYZ | 44.5 | 37.32 | 44.9 | - |
| YUV | 168.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 174 | 0 | 0.30 | 0.17 | 0.18 | 333.75 | 0.42 | 0.7 |
| Hex | D2 | 92 | AE | 0 | 1E | 11 | 12 | 14E | 2A | 46 |
| Octal | 322 | 222 | 256 | 0 | 36 | 21 | 22 | 516 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10101110 | 0 | 11110 | 10001 | 10010 | 101001110 | 101010 | 1000110 |
Color Harmonies of #D292AE
Complementary color
Monochromatic Colors of #D292AE
Black with #D292AE
Text Example
Text Example
White with #D292AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292AE; }
p { color: rgb(210,146,174); }
H1.HeaderClassName
{
color: #D292AE;
}
.AnyTagClassName
{
color: #D292AE;
}
</style>
background-color css
<style>
a { background-color: #D292AE; }
a { background-color: rgb(210,146,174); }
div.DivClassName
{
background-color: #D292AE;
}
.BgClassName
{
background-color: #D292AE;
}
</style>
border-color css
<style>
span { border-color: #D292AE; }
span { border-color: rgb(210,146,174); }
td.TdClassName
{
border-color: #D292AE;
}
.TagClassName
{
border-color: #D292AE;
}
</style>