Shades of Kobi #D0A4B3
Tints of Kobi #D0A4B3
RGB
CMYK
RGB Variations
Color information
#D0A4B3 (or 0xD0A4B3) is known color: Kobi. HEX triplet: D0, A4 and B3. RGB value is (208,164,179). Sum of RGB (Red+Green+Blue) = 208+164+179=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4B3 is #2F5B4C. Grayscale: #B2B2B2. Windows color (decimal): -3103565 or 11773136. OLE color: 11773136.
HSL color Cylindrical-coordinate representation of color #D0A4B3: hue angle of 339.55º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A4B3 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 179 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.18 |
| HSL | 339.55º | 0.32% | 0.73% | - |
| HSV(B) | 339.55º | 0.21% | 0.82% | - |
| XYZ | 47.42 | 43.22 | 48.49 | - |
| YUV | 178.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 179 | 0 | 0.21 | 0.14 | 0.18 | 339.55 | 0.32 | 0.73 |
| Hex | D0 | A4 | B3 | 0 | 15 | E | 12 | 154 | 20 | 49 |
| Octal | 320 | 244 | 263 | 0 | 25 | 16 | 22 | 524 | 40 | 111 |
| Binary | 11010000 | 10100100 | 10110011 | 0 | 10101 | 1110 | 10010 | 101010100 | 100000 | 1001001 |
Color Harmonies of #D0A4B3
Complementary color
Monochromatic Colors of #D0A4B3
Black with #D0A4B3
Text Example
Text Example
White with #D0A4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A4B3; }
p { color: rgb(208,164,179); }
H1.HeaderClassName
{
color: #D0A4B3;
}
.AnyTagClassName
{
color: #D0A4B3;
}
</style>
background-color css
<style>
a { background-color: #D0A4B3; }
a { background-color: rgb(208,164,179); }
div.DivClassName
{
background-color: #D0A4B3;
}
.BgClassName
{
background-color: #D0A4B3;
}
</style>
border-color css
<style>
span { border-color: #D0A4B3; }
span { border-color: rgb(208,164,179); }
td.TdClassName
{
border-color: #D0A4B3;
}
.TagClassName
{
border-color: #D0A4B3;
}
</style>