Shades of Kobi #D68AA7
Tints of Kobi #D68AA7
RGB
CMYK
RGB Variations
Color information
#D68AA7 (or 0xD68AA7) is known color: Kobi. HEX triplet: D6, 8A and A7. RGB value is (214,138,167). Sum of RGB (Red+Green+Blue) = 214+138+167=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68AA7 is #297558. Grayscale: #A3A3A3. Windows color (decimal): -2717017 or 10980054. OLE color: 10980054.
HSL color Cylindrical-coordinate representation of color #D68AA7: hue angle of 337.11º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AA7 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 167 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.16 |
| HSL | 337.11º | 0.48% | 0.69% | - |
| HSV(B) | 337.11º | 0.36% | 0.84% | - |
| XYZ | 43.8 | 35.26 | 41.06 | - |
| YUV | 164.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 167 | 0 | 0.36 | 0.22 | 0.16 | 337.11 | 0.48 | 0.69 |
| Hex | D6 | 8A | A7 | 0 | 24 | 16 | 10 | 151 | 30 | 45 |
| Octal | 326 | 212 | 247 | 0 | 44 | 26 | 20 | 521 | 60 | 105 |
| Binary | 11010110 | 10001010 | 10100111 | 0 | 100100 | 10110 | 10000 | 101010001 | 110000 | 1000101 |
Color Harmonies of #D68AA7
Complementary color
Monochromatic Colors of #D68AA7
Black with #D68AA7
Text Example
Text Example
White with #D68AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AA7; }
p { color: rgb(214,138,167); }
H1.HeaderClassName
{
color: #D68AA7;
}
.AnyTagClassName
{
color: #D68AA7;
}
</style>
background-color css
<style>
a { background-color: #D68AA7; }
a { background-color: rgb(214,138,167); }
div.DivClassName
{
background-color: #D68AA7;
}
.BgClassName
{
background-color: #D68AA7;
}
</style>
border-color css
<style>
span { border-color: #D68AA7; }
span { border-color: rgb(214,138,167); }
td.TdClassName
{
border-color: #D68AA7;
}
.TagClassName
{
border-color: #D68AA7;
}
</style>