Shades of Kobi #D48FAC
Tints of Kobi #D48FAC
RGB
CMYK
RGB Variations
Color information
#D48FAC (or 0xD48FAC) is known color: Kobi. HEX triplet: D4, 8F and AC. RGB value is (212,143,172). Sum of RGB (Red+Green+Blue) = 212+143+172=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48FAC is #2B7053. Grayscale: #A6A6A6. Windows color (decimal): -2846804 or 11309012. OLE color: 11309012.
HSL color Cylindrical-coordinate representation of color #D48FAC: hue angle of 334.78º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FAC is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 172 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.17 |
| HSL | 334.78º | 0.45% | 0.7% | - |
| HSV(B) | 334.78º | 0.33% | 0.83% | - |
| XYZ | 44.42 | 36.62 | 43.76 | - |
| YUV | 166.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 172 | 0 | 0.33 | 0.19 | 0.17 | 334.78 | 0.45 | 0.7 |
| Hex | D4 | 8F | AC | 0 | 21 | 13 | 11 | 14F | 2D | 46 |
| Octal | 324 | 217 | 254 | 0 | 41 | 23 | 21 | 517 | 55 | 106 |
| Binary | 11010100 | 10001111 | 10101100 | 0 | 100001 | 10011 | 10001 | 101001111 | 101101 | 1000110 |
Color Harmonies of #D48FAC
Complementary color
Monochromatic Colors of #D48FAC
Black with #D48FAC
Text Example
Text Example
White with #D48FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FAC; }
p { color: rgb(212,143,172); }
H1.HeaderClassName
{
color: #D48FAC;
}
.AnyTagClassName
{
color: #D48FAC;
}
</style>
background-color css
<style>
a { background-color: #D48FAC; }
a { background-color: rgb(212,143,172); }
div.DivClassName
{
background-color: #D48FAC;
}
.BgClassName
{
background-color: #D48FAC;
}
</style>
border-color css
<style>
span { border-color: #D48FAC; }
span { border-color: rgb(212,143,172); }
td.TdClassName
{
border-color: #D48FAC;
}
.TagClassName
{
border-color: #D48FAC;
}
</style>