Shades of Kobi #D7A1B4
Tints of Kobi #D7A1B4
RGB
CMYK
RGB Variations
Color information
#D7A1B4 (or 0xD7A1B4) is known color: Kobi. HEX triplet: D7, A1 and B4. RGB value is (215,161,180). Sum of RGB (Red+Green+Blue) = 215+161+180=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A1B4 is #285E4B. Grayscale: #B3B3B3. Windows color (decimal): -2645580 or 11837911. OLE color: 11837911.
HSL color Cylindrical-coordinate representation of color #D7A1B4: hue angle of 338.89º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7A1B4 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 161 | 180 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.16 |
| HSL | 338.89º | 0.4% | 0.74% | - |
| HSV(B) | 338.89º | 0.25% | 0.84% | - |
| XYZ | 49.01 | 43.23 | 48.94 | - |
| YUV | 179.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 180 | 0 | 0.25 | 0.16 | 0.16 | 338.89 | 0.4 | 0.74 |
| Hex | D7 | A1 | B4 | 0 | 19 | 10 | 10 | 153 | 28 | 4A |
| Octal | 327 | 241 | 264 | 0 | 31 | 20 | 20 | 523 | 50 | 112 |
| Binary | 11010111 | 10100001 | 10110100 | 0 | 11001 | 10000 | 10000 | 101010011 | 101000 | 1001010 |
Color Harmonies of #D7A1B4
Complementary color
Monochromatic Colors of #D7A1B4
Black with #D7A1B4
Text Example
Text Example
White with #D7A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A1B4; }
p { color: rgb(215,161,180); }
H1.HeaderClassName
{
color: #D7A1B4;
}
.AnyTagClassName
{
color: #D7A1B4;
}
</style>
background-color css
<style>
a { background-color: #D7A1B4; }
a { background-color: rgb(215,161,180); }
div.DivClassName
{
background-color: #D7A1B4;
}
.BgClassName
{
background-color: #D7A1B4;
}
</style>
border-color css
<style>
span { border-color: #D7A1B4; }
span { border-color: rgb(215,161,180); }
td.TdClassName
{
border-color: #D7A1B4;
}
.TagClassName
{
border-color: #D7A1B4;
}
</style>