Shades of Kobi #D895A2
Tints of Kobi #D895A2
RGB
CMYK
RGB Variations
Color information
#D895A2 (or 0xD895A2) is known color: Kobi. HEX triplet: D8, 95 and A2. RGB value is (216,149,162). Sum of RGB (Red+Green+Blue) = 216+149+162=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D895A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D895A2 is #276A5D. Grayscale: #AAAAAA. Windows color (decimal): -2583134 or 10655192. OLE color: 10655192.
HSL color Cylindrical-coordinate representation of color #D895A2: hue angle of 348.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D895A2 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 162 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.15 |
| HSL | 348.36º | 0.46% | 0.72% | - |
| HSV(B) | 348.36º | 0.31% | 0.85% | - |
| XYZ | 45.59 | 38.7 | 39.25 | - |
| YUV | 170.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 162 | 0 | 0.31 | 0.25 | 0.15 | 348.36 | 0.46 | 0.72 |
| Hex | D8 | 95 | A2 | 0 | 1F | 19 | F | 15C | 2E | 48 |
| Octal | 330 | 225 | 242 | 0 | 37 | 31 | 17 | 534 | 56 | 110 |
| Binary | 11011000 | 10010101 | 10100010 | 0 | 11111 | 11001 | 1111 | 101011100 | 101110 | 1001000 |
Color Harmonies of #D895A2
Complementary color
Monochromatic Colors of #D895A2
Black with #D895A2
Text Example
Text Example
White with #D895A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D895A2; }
p { color: rgb(216,149,162); }
H1.HeaderClassName
{
color: #D895A2;
}
.AnyTagClassName
{
color: #D895A2;
}
</style>
background-color css
<style>
a { background-color: #D895A2; }
a { background-color: rgb(216,149,162); }
div.DivClassName
{
background-color: #D895A2;
}
.BgClassName
{
background-color: #D895A2;
}
</style>
border-color css
<style>
span { border-color: #D895A2; }
span { border-color: rgb(216,149,162); }
td.TdClassName
{
border-color: #D895A2;
}
.TagClassName
{
border-color: #D895A2;
}
</style>