Shades of Kobi #D69CAF
Tints of Kobi #D69CAF
RGB
CMYK
RGB Variations
Color information
#D69CAF (or 0xD69CAF) is known color: Kobi. HEX triplet: D6, 9C and AF. RGB value is (214,156,175). Sum of RGB (Red+Green+Blue) = 214+156+175=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69CAF is #296350. Grayscale: #AFAFAF. Windows color (decimal): -2712401 or 11508950. OLE color: 11508950.
HSL color Cylindrical-coordinate representation of color #D69CAF: hue angle of 340.34º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69CAF is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 175 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.16 |
| HSL | 340.34º | 0.41% | 0.73% | - |
| HSV(B) | 340.34º | 0.27% | 0.84% | - |
| XYZ | 47.36 | 41.17 | 46.01 | - |
| YUV | 175.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 175 | 0 | 0.27 | 0.18 | 0.16 | 340.34 | 0.41 | 0.73 |
| Hex | D6 | 9C | AF | 0 | 1B | 12 | 10 | 154 | 29 | 49 |
| Octal | 326 | 234 | 257 | 0 | 33 | 22 | 20 | 524 | 51 | 111 |
| Binary | 11010110 | 10011100 | 10101111 | 0 | 11011 | 10010 | 10000 | 101010100 | 101001 | 1001001 |
Color Harmonies of #D69CAF
Complementary color
Monochromatic Colors of #D69CAF
Black with #D69CAF
Text Example
Text Example
White with #D69CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CAF; }
p { color: rgb(214,156,175); }
H1.HeaderClassName
{
color: #D69CAF;
}
.AnyTagClassName
{
color: #D69CAF;
}
</style>
background-color css
<style>
a { background-color: #D69CAF; }
a { background-color: rgb(214,156,175); }
div.DivClassName
{
background-color: #D69CAF;
}
.BgClassName
{
background-color: #D69CAF;
}
</style>
border-color css
<style>
span { border-color: #D69CAF; }
span { border-color: rgb(214,156,175); }
td.TdClassName
{
border-color: #D69CAF;
}
.TagClassName
{
border-color: #D69CAF;
}
</style>