Shades of Kobi #D698A5
Tints of Kobi #D698A5
RGB
CMYK
RGB Variations
Color information
#D698A5 (or 0xD698A5) is known color: Kobi. HEX triplet: D6, 98 and A5. RGB value is (214,152,165). Sum of RGB (Red+Green+Blue) = 214+152+165=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D698A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698A5 is #29675A. Grayscale: #ACACAC. Windows color (decimal): -2713435 or 10852566. OLE color: 10852566.
HSL color Cylindrical-coordinate representation of color #D698A5: hue angle of 347.42º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D698A5 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 165 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.16 |
| HSL | 347.42º | 0.43% | 0.72% | - |
| HSV(B) | 347.42º | 0.29% | 0.84% | - |
| XYZ | 45.75 | 39.47 | 40.8 | - |
| YUV | 172.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 165 | 0 | 0.29 | 0.23 | 0.16 | 347.42 | 0.43 | 0.72 |
| Hex | D6 | 98 | A5 | 0 | 1D | 17 | 10 | 15B | 2B | 48 |
| Octal | 326 | 230 | 245 | 0 | 35 | 27 | 20 | 533 | 53 | 110 |
| Binary | 11010110 | 10011000 | 10100101 | 0 | 11101 | 10111 | 10000 | 101011011 | 101011 | 1001000 |
Color Harmonies of #D698A5
Complementary color
Monochromatic Colors of #D698A5
Black with #D698A5
Text Example
Text Example
White with #D698A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698A5; }
p { color: rgb(214,152,165); }
H1.HeaderClassName
{
color: #D698A5;
}
.AnyTagClassName
{
color: #D698A5;
}
</style>
background-color css
<style>
a { background-color: #D698A5; }
a { background-color: rgb(214,152,165); }
div.DivClassName
{
background-color: #D698A5;
}
.BgClassName
{
background-color: #D698A5;
}
</style>
border-color css
<style>
span { border-color: #D698A5; }
span { border-color: rgb(214,152,165); }
td.TdClassName
{
border-color: #D698A5;
}
.TagClassName
{
border-color: #D698A5;
}
</style>