Shades of Kobi #D595A6
Tints of Kobi #D595A6
RGB
CMYK
RGB Variations
Color information
#D595A6 (or 0xD595A6) is known color: Kobi. HEX triplet: D5, 95 and A6. RGB value is (213,149,166). Sum of RGB (Red+Green+Blue) = 213+149+166=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D595A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D595A6 is #2A6A59. Grayscale: #AAAAAA. Windows color (decimal): -2779738 or 10917333. OLE color: 10917333.
HSL color Cylindrical-coordinate representation of color #D595A6: hue angle of 344.06º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595A6 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 166 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.16 |
| HSL | 344.06º | 0.43% | 0.71% | - |
| HSV(B) | 344.06º | 0.3% | 0.84% | - |
| XYZ | 45.07 | 38.39 | 41.11 | - |
| YUV | 170.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 166 | 0 | 0.30 | 0.22 | 0.16 | 344.06 | 0.43 | 0.71 |
| Hex | D5 | 95 | A6 | 0 | 1E | 16 | 10 | 158 | 2B | 47 |
| Octal | 325 | 225 | 246 | 0 | 36 | 26 | 20 | 530 | 53 | 107 |
| Binary | 11010101 | 10010101 | 10100110 | 0 | 11110 | 10110 | 10000 | 101011000 | 101011 | 1000111 |
Color Harmonies of #D595A6
Complementary color
Monochromatic Colors of #D595A6
Black with #D595A6
Text Example
Text Example
White with #D595A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595A6; }
p { color: rgb(213,149,166); }
H1.HeaderClassName
{
color: #D595A6;
}
.AnyTagClassName
{
color: #D595A6;
}
</style>
background-color css
<style>
a { background-color: #D595A6; }
a { background-color: rgb(213,149,166); }
div.DivClassName
{
background-color: #D595A6;
}
.BgClassName
{
background-color: #D595A6;
}
</style>
border-color css
<style>
span { border-color: #D595A6; }
span { border-color: rgb(213,149,166); }
td.TdClassName
{
border-color: #D595A6;
}
.TagClassName
{
border-color: #D595A6;
}
</style>