Shades of Kobi #D4A2B2
Tints of Kobi #D4A2B2
RGB
CMYK
RGB Variations
Color information
#D4A2B2 (or 0xD4A2B2) is known color: Kobi. HEX triplet: D4, A2 and B2. RGB value is (212,162,178). Sum of RGB (Red+Green+Blue) = 212+162+178=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2B2 is #2B5D4D. Grayscale: #B2B2B2. Windows color (decimal): -2841934 or 11707092. OLE color: 11707092.
HSL color Cylindrical-coordinate representation of color #D4A2B2: hue angle of 340.8º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A2B2 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 178 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.17 |
| HSL | 340.8º | 0.37% | 0.73% | - |
| HSV(B) | 340.8º | 0.24% | 0.83% | - |
| XYZ | 48.11 | 43.05 | 47.89 | - |
| YUV | 178.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 178 | 0 | 0.24 | 0.16 | 0.17 | 340.8 | 0.37 | 0.73 |
| Hex | D4 | A2 | B2 | 0 | 18 | 10 | 11 | 155 | 25 | 49 |
| Octal | 324 | 242 | 262 | 0 | 30 | 20 | 21 | 525 | 45 | 111 |
| Binary | 11010100 | 10100010 | 10110010 | 0 | 11000 | 10000 | 10001 | 101010101 | 100101 | 1001001 |
Color Harmonies of #D4A2B2
Complementary color
Monochromatic Colors of #D4A2B2
Black with #D4A2B2
Text Example
Text Example
White with #D4A2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2B2; }
p { color: rgb(212,162,178); }
H1.HeaderClassName
{
color: #D4A2B2;
}
.AnyTagClassName
{
color: #D4A2B2;
}
</style>
background-color css
<style>
a { background-color: #D4A2B2; }
a { background-color: rgb(212,162,178); }
div.DivClassName
{
background-color: #D4A2B2;
}
.BgClassName
{
background-color: #D4A2B2;
}
</style>
border-color css
<style>
span { border-color: #D4A2B2; }
span { border-color: rgb(212,162,178); }
td.TdClassName
{
border-color: #D4A2B2;
}
.TagClassName
{
border-color: #D4A2B2;
}
</style>