Shades of Kobi #DA92A6
Tints of Kobi #DA92A6
RGB
CMYK
RGB Variations
Color information
#DA92A6 (or 0xDA92A6) is known color: Kobi. HEX triplet: DA, 92 and A6. RGB value is (218,146,166). Sum of RGB (Red+Green+Blue) = 218+146+166=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA92A6 is #256D59. Grayscale: #A9A9A9. Windows color (decimal): -2452826 or 10916570. OLE color: 10916570.
HSL color Cylindrical-coordinate representation of color #DA92A6: hue angle of 343.33º degrees, saturation: 0.49, 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 #DA92A6 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 166 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.15 |
| HSL | 343.33º | 0.49% | 0.71% | - |
| HSV(B) | 343.33º | 0.33% | 0.85% | - |
| XYZ | 46.08 | 38.22 | 41.02 | - |
| YUV | 169.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 166 | 0 | 0.33 | 0.24 | 0.15 | 343.33 | 0.49 | 0.71 |
| Hex | DA | 92 | A6 | 0 | 21 | 18 | F | 157 | 31 | 47 |
| Octal | 332 | 222 | 246 | 0 | 41 | 30 | 17 | 527 | 61 | 107 |
| Binary | 11011010 | 10010010 | 10100110 | 0 | 100001 | 11000 | 1111 | 101010111 | 110001 | 1000111 |
Color Harmonies of #DA92A6
Complementary color
Monochromatic Colors of #DA92A6
Black with #DA92A6
Text Example
Text Example
White with #DA92A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA92A6; }
p { color: rgb(218,146,166); }
H1.HeaderClassName
{
color: #DA92A6;
}
.AnyTagClassName
{
color: #DA92A6;
}
</style>
background-color css
<style>
a { background-color: #DA92A6; }
a { background-color: rgb(218,146,166); }
div.DivClassName
{
background-color: #DA92A6;
}
.BgClassName
{
background-color: #DA92A6;
}
</style>
border-color css
<style>
span { border-color: #DA92A6; }
span { border-color: rgb(218,146,166); }
td.TdClassName
{
border-color: #DA92A6;
}
.TagClassName
{
border-color: #DA92A6;
}
</style>