Shades of Kobi #D68AA9
Tints of Kobi #D68AA9
RGB
CMYK
RGB Variations
Color information
#D68AA9 (or 0xD68AA9) is known color: Kobi. HEX triplet: D6, 8A and A9. RGB value is (214,138,169). Sum of RGB (Red+Green+Blue) = 214+138+169=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68AA9 is #297556. Grayscale: #A4A4A4. Windows color (decimal): -2717015 or 11111126. OLE color: 11111126.
HSL color Cylindrical-coordinate representation of color #D68AA9: hue angle of 335.53º 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 #D68AA9 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 169 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.16 |
| HSL | 335.53º | 0.48% | 0.69% | - |
| HSV(B) | 335.53º | 0.36% | 0.84% | - |
| XYZ | 43.98 | 35.34 | 42.04 | - |
| YUV | 164.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 169 | 0 | 0.36 | 0.21 | 0.16 | 335.53 | 0.48 | 0.69 |
| Hex | D6 | 8A | A9 | 0 | 24 | 15 | 10 | 150 | 30 | 45 |
| Octal | 326 | 212 | 251 | 0 | 44 | 25 | 20 | 520 | 60 | 105 |
| Binary | 11010110 | 10001010 | 10101001 | 0 | 100100 | 10101 | 10000 | 101010000 | 110000 | 1000101 |
Color Harmonies of #D68AA9
Complementary color
Monochromatic Colors of #D68AA9
Black with #D68AA9
Text Example
Text Example
White with #D68AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AA9; }
p { color: rgb(214,138,169); }
H1.HeaderClassName
{
color: #D68AA9;
}
.AnyTagClassName
{
color: #D68AA9;
}
</style>
background-color css
<style>
a { background-color: #D68AA9; }
a { background-color: rgb(214,138,169); }
div.DivClassName
{
background-color: #D68AA9;
}
.BgClassName
{
background-color: #D68AA9;
}
</style>
border-color css
<style>
span { border-color: #D68AA9; }
span { border-color: rgb(214,138,169); }
td.TdClassName
{
border-color: #D68AA9;
}
.TagClassName
{
border-color: #D68AA9;
}
</style>