Shades of Kobi #D48CAA
Tints of Kobi #D48CAA
RGB
CMYK
RGB Variations
Color information
#D48CAA (or 0xD48CAA) is known color: Kobi. HEX triplet: D4, 8C and AA. RGB value is (212,140,170). Sum of RGB (Red+Green+Blue) = 212+140+170=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48CAA is #2B7355. Grayscale: #A4A4A4. Windows color (decimal): -2847574 or 11177172. OLE color: 11177172.
HSL color Cylindrical-coordinate representation of color #D48CAA: hue angle of 335º 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 #D48CAA is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 170 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.17 |
| HSL | 335º | 0.46% | 0.69% | - |
| HSV(B) | 335º | 0.34% | 0.83% | - |
| XYZ | 43.79 | 35.66 | 42.6 | - |
| YUV | 164.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 170 | 0 | 0.34 | 0.20 | 0.17 | 335 | 0.46 | 0.69 |
| Hex | D4 | 8C | AA | 0 | 22 | 14 | 11 | 14F | 2E | 45 |
| Octal | 324 | 214 | 252 | 0 | 42 | 24 | 21 | 517 | 56 | 105 |
| Binary | 11010100 | 10001100 | 10101010 | 0 | 100010 | 10100 | 10001 | 101001111 | 101110 | 1000101 |
Color Harmonies of #D48CAA
Complementary color
Monochromatic Colors of #D48CAA
Black with #D48CAA
Text Example
Text Example
White with #D48CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CAA; }
p { color: rgb(212,140,170); }
H1.HeaderClassName
{
color: #D48CAA;
}
.AnyTagClassName
{
color: #D48CAA;
}
</style>
background-color css
<style>
a { background-color: #D48CAA; }
a { background-color: rgb(212,140,170); }
div.DivClassName
{
background-color: #D48CAA;
}
.BgClassName
{
background-color: #D48CAA;
}
</style>
border-color css
<style>
span { border-color: #D48CAA; }
span { border-color: rgb(212,140,170); }
td.TdClassName
{
border-color: #D48CAA;
}
.TagClassName
{
border-color: #D48CAA;
}
</style>