Shades of Kobi #D48CA9
Tints of Kobi #D48CA9
RGB
CMYK
RGB Variations
Color information
#D48CA9 (or 0xD48CA9) is known color: Kobi. HEX triplet: D4, 8C and A9. RGB value is (212,140,169). Sum of RGB (Red+Green+Blue) = 212+140+169=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48CA9 is #2B7356. Grayscale: #A4A4A4. Windows color (decimal): -2847575 or 11111636. OLE color: 11111636.
HSL color Cylindrical-coordinate representation of color #D48CA9: hue angle of 335.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CA9 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 169 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.17 |
| HSL | 335.83º | 0.46% | 0.69% | - |
| HSV(B) | 335.83º | 0.34% | 0.83% | - |
| XYZ | 43.69 | 35.62 | 42.11 | - |
| YUV | 164.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 169 | 0 | 0.34 | 0.20 | 0.17 | 335.83 | 0.46 | 0.69 |
| Hex | D4 | 8C | A9 | 0 | 22 | 14 | 11 | 150 | 2E | 45 |
| Octal | 324 | 214 | 251 | 0 | 42 | 24 | 21 | 520 | 56 | 105 |
| Binary | 11010100 | 10001100 | 10101001 | 0 | 100010 | 10100 | 10001 | 101010000 | 101110 | 1000101 |
Color Harmonies of #D48CA9
Complementary color
Monochromatic Colors of #D48CA9
Black with #D48CA9
Text Example
Text Example
White with #D48CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CA9; }
p { color: rgb(212,140,169); }
H1.HeaderClassName
{
color: #D48CA9;
}
.AnyTagClassName
{
color: #D48CA9;
}
</style>
background-color css
<style>
a { background-color: #D48CA9; }
a { background-color: rgb(212,140,169); }
div.DivClassName
{
background-color: #D48CA9;
}
.BgClassName
{
background-color: #D48CA9;
}
</style>
border-color css
<style>
span { border-color: #D48CA9; }
span { border-color: rgb(212,140,169); }
td.TdClassName
{
border-color: #D48CA9;
}
.TagClassName
{
border-color: #D48CA9;
}
</style>