Shades of Kobi #DA95A5
Tints of Kobi #DA95A5
RGB
CMYK
RGB Variations
Color information
#DA95A5 (or 0xDA95A5) is known color: Kobi. HEX triplet: DA, 95 and A5. RGB value is (218,149,165). Sum of RGB (Red+Green+Blue) = 218+149+165=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA95A5 is #256A5A. Grayscale: #ABABAB. Windows color (decimal): -2452059 or 10851802. OLE color: 10851802.
HSL color Cylindrical-coordinate representation of color #DA95A5: hue angle of 346.09º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA95A5 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 165 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.15 |
| HSL | 346.09º | 0.48% | 0.72% | - |
| HSV(B) | 346.09º | 0.32% | 0.85% | - |
| XYZ | 46.45 | 39.12 | 40.7 | - |
| YUV | 171.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 165 | 0 | 0.32 | 0.24 | 0.15 | 346.09 | 0.48 | 0.72 |
| Hex | DA | 95 | A5 | 0 | 20 | 18 | F | 15A | 30 | 48 |
| Octal | 332 | 225 | 245 | 0 | 40 | 30 | 17 | 532 | 60 | 110 |
| Binary | 11011010 | 10010101 | 10100101 | 0 | 100000 | 11000 | 1111 | 101011010 | 110000 | 1001000 |
Color Harmonies of #DA95A5
Complementary color
Monochromatic Colors of #DA95A5
Black with #DA95A5
Text Example
Text Example
White with #DA95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA95A5; }
p { color: rgb(218,149,165); }
H1.HeaderClassName
{
color: #DA95A5;
}
.AnyTagClassName
{
color: #DA95A5;
}
</style>
background-color css
<style>
a { background-color: #DA95A5; }
a { background-color: rgb(218,149,165); }
div.DivClassName
{
background-color: #DA95A5;
}
.BgClassName
{
background-color: #DA95A5;
}
</style>
border-color css
<style>
span { border-color: #DA95A5; }
span { border-color: rgb(218,149,165); }
td.TdClassName
{
border-color: #DA95A5;
}
.TagClassName
{
border-color: #DA95A5;
}
</style>