Shades of Kobi #D49CAA
Tints of Kobi #D49CAA
RGB
CMYK
RGB Variations
Color information
#D49CAA (or 0xD49CAA) is known color: Kobi. HEX triplet: D4, 9C and AA. RGB value is (212,156,170). Sum of RGB (Red+Green+Blue) = 212+156+170=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49CAA is #2B6355. Grayscale: #AEAEAE. Windows color (decimal): -2843478 or 11181268. OLE color: 11181268.
HSL color Cylindrical-coordinate representation of color #D49CAA: hue angle of 345º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49CAA is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 170 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.17 |
| HSL | 345º | 0.39% | 0.72% | - |
| HSV(B) | 345º | 0.26% | 0.83% | - |
| XYZ | 46.3 | 40.68 | 43.44 | - |
| YUV | 174.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 170 | 0 | 0.26 | 0.20 | 0.17 | 345 | 0.39 | 0.72 |
| Hex | D4 | 9C | AA | 0 | 1A | 14 | 11 | 159 | 27 | 48 |
| Octal | 324 | 234 | 252 | 0 | 32 | 24 | 21 | 531 | 47 | 110 |
| Binary | 11010100 | 10011100 | 10101010 | 0 | 11010 | 10100 | 10001 | 101011001 | 100111 | 1001000 |
Color Harmonies of #D49CAA
Complementary color
Monochromatic Colors of #D49CAA
Black with #D49CAA
Text Example
Text Example
White with #D49CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CAA; }
p { color: rgb(212,156,170); }
H1.HeaderClassName
{
color: #D49CAA;
}
.AnyTagClassName
{
color: #D49CAA;
}
</style>
background-color css
<style>
a { background-color: #D49CAA; }
a { background-color: rgb(212,156,170); }
div.DivClassName
{
background-color: #D49CAA;
}
.BgClassName
{
background-color: #D49CAA;
}
</style>
border-color css
<style>
span { border-color: #D49CAA; }
span { border-color: rgb(212,156,170); }
td.TdClassName
{
border-color: #D49CAA;
}
.TagClassName
{
border-color: #D49CAA;
}
</style>