Shades of Kobi #D18CAA
Tints of Kobi #D18CAA
RGB
CMYK
RGB Variations
Color information
#D18CAA (or 0xD18CAA) is known color: Kobi. HEX triplet: D1, 8C and AA. RGB value is (209,140,170). Sum of RGB (Red+Green+Blue) = 209+140+170=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18CAA is #2E7355. Grayscale: #A3A3A3. Windows color (decimal): -3044182 or 11177169. OLE color: 11177169.
HSL color Cylindrical-coordinate representation of color #D18CAA: hue angle of 333.91º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18CAA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 170 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.18 |
| HSL | 333.91º | 0.43% | 0.68% | - |
| HSV(B) | 333.91º | 0.33% | 0.82% | - |
| XYZ | 42.93 | 35.21 | 42.56 | - |
| YUV | 164.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 170 | 0 | 0.33 | 0.19 | 0.18 | 333.91 | 0.43 | 0.68 |
| Hex | D1 | 8C | AA | 0 | 21 | 13 | 12 | 14E | 2B | 44 |
| Octal | 321 | 214 | 252 | 0 | 41 | 23 | 22 | 516 | 53 | 104 |
| Binary | 11010001 | 10001100 | 10101010 | 0 | 100001 | 10011 | 10010 | 101001110 | 101011 | 1000100 |
Color Harmonies of #D18CAA
Complementary color
Monochromatic Colors of #D18CAA
Black with #D18CAA
Text Example
Text Example
White with #D18CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CAA; }
p { color: rgb(209,140,170); }
H1.HeaderClassName
{
color: #D18CAA;
}
.AnyTagClassName
{
color: #D18CAA;
}
</style>
background-color css
<style>
a { background-color: #D18CAA; }
a { background-color: rgb(209,140,170); }
div.DivClassName
{
background-color: #D18CAA;
}
.BgClassName
{
background-color: #D18CAA;
}
</style>
border-color css
<style>
span { border-color: #D18CAA; }
span { border-color: rgb(209,140,170); }
td.TdClassName
{
border-color: #D18CAA;
}
.TagClassName
{
border-color: #D18CAA;
}
</style>