Shades of Kobi #D68CA8
Tints of Kobi #D68CA8
RGB
CMYK
RGB Variations
Color information
#D68CA8 (or 0xD68CA8) is known color: Kobi. HEX triplet: D6, 8C and A8. RGB value is (214,140,168). Sum of RGB (Red+Green+Blue) = 214+140+168=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CA8 is #297357. Grayscale: #A5A5A5. Windows color (decimal): -2716504 or 11046102. OLE color: 11046102.
HSL color Cylindrical-coordinate representation of color #D68CA8: hue angle of 337.3º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CA8 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 168 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.16 |
| HSL | 337.3º | 0.47% | 0.69% | - |
| HSV(B) | 337.3º | 0.35% | 0.84% | - |
| XYZ | 44.18 | 35.88 | 41.64 | - |
| YUV | 165.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 168 | 0 | 0.35 | 0.21 | 0.16 | 337.3 | 0.47 | 0.69 |
| Hex | D6 | 8C | A8 | 0 | 23 | 15 | 10 | 151 | 2F | 45 |
| Octal | 326 | 214 | 250 | 0 | 43 | 25 | 20 | 521 | 57 | 105 |
| Binary | 11010110 | 10001100 | 10101000 | 0 | 100011 | 10101 | 10000 | 101010001 | 101111 | 1000101 |
Color Harmonies of #D68CA8
Complementary color
Monochromatic Colors of #D68CA8
Black with #D68CA8
Text Example
Text Example
White with #D68CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CA8; }
p { color: rgb(214,140,168); }
H1.HeaderClassName
{
color: #D68CA8;
}
.AnyTagClassName
{
color: #D68CA8;
}
</style>
background-color css
<style>
a { background-color: #D68CA8; }
a { background-color: rgb(214,140,168); }
div.DivClassName
{
background-color: #D68CA8;
}
.BgClassName
{
background-color: #D68CA8;
}
</style>
border-color css
<style>
span { border-color: #D68CA8; }
span { border-color: rgb(214,140,168); }
td.TdClassName
{
border-color: #D68CA8;
}
.TagClassName
{
border-color: #D68CA8;
}
</style>