Shades of Kobi #D97CAA
Tints of Kobi #D97CAA
RGB
CMYK
RGB Variations
Color information
#D97CAA (or 0xD97CAA) is known color: Kobi. HEX triplet: D9, 7C and AA. RGB value is (217,124,170). Sum of RGB (Red+Green+Blue) = 217+124+170=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97CAA is #268355. Grayscale: #9C9C9C. Windows color (decimal): -2523990 or 11173081. OLE color: 11173081.
HSL color Cylindrical-coordinate representation of color #D97CAA: hue angle of 330.32º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97CAA is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 170 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.15 |
| HSL | 330.32º | 0.55% | 0.67% | - |
| HSV(B) | 330.32º | 0.43% | 0.85% | - |
| XYZ | 43.08 | 32.07 | 41.95 | - |
| YUV | 157.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 170 | 0 | 0.43 | 0.22 | 0.15 | 330.32 | 0.55 | 0.67 |
| Hex | D9 | 7C | AA | 0 | 2B | 16 | F | 14A | 37 | 43 |
| Octal | 331 | 174 | 252 | 0 | 53 | 26 | 17 | 512 | 67 | 103 |
| Binary | 11011001 | 1111100 | 10101010 | 0 | 101011 | 10110 | 1111 | 101001010 | 110111 | 1000011 |
Color Harmonies of #D97CAA
Complementary color
Monochromatic Colors of #D97CAA
Black with #D97CAA
Text Example
Text Example
White with #D97CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CAA; }
p { color: rgb(217,124,170); }
H1.HeaderClassName
{
color: #D97CAA;
}
.AnyTagClassName
{
color: #D97CAA;
}
</style>
background-color css
<style>
a { background-color: #D97CAA; }
a { background-color: rgb(217,124,170); }
div.DivClassName
{
background-color: #D97CAA;
}
.BgClassName
{
background-color: #D97CAA;
}
</style>
border-color css
<style>
span { border-color: #D97CAA; }
span { border-color: rgb(217,124,170); }
td.TdClassName
{
border-color: #D97CAA;
}
.TagClassName
{
border-color: #D97CAA;
}
</style>