Shades of Kobi #D68CB0
Tints of Kobi #D68CB0
RGB
CMYK
RGB Variations
Color information
#D68CB0 (or 0xD68CB0) is known color: Kobi. HEX triplet: D6, 8C and B0. RGB value is (214,140,176). Sum of RGB (Red+Green+Blue) = 214+140+176=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CB0 is #29734F. Grayscale: #A6A6A6. Windows color (decimal): -2716496 or 11570390. OLE color: 11570390.
HSL color Cylindrical-coordinate representation of color #D68CB0: hue angle of 330.81º 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 #D68CB0 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 176 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.16 |
| HSL | 330.81º | 0.47% | 0.69% | - |
| HSV(B) | 330.81º | 0.35% | 0.84% | - |
| XYZ | 44.95 | 36.19 | 45.69 | - |
| YUV | 166.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 176 | 0 | 0.35 | 0.18 | 0.16 | 330.81 | 0.47 | 0.69 |
| Hex | D6 | 8C | B0 | 0 | 23 | 12 | 10 | 14B | 2F | 45 |
| Octal | 326 | 214 | 260 | 0 | 43 | 22 | 20 | 513 | 57 | 105 |
| Binary | 11010110 | 10001100 | 10110000 | 0 | 100011 | 10010 | 10000 | 101001011 | 101111 | 1000101 |
Color Harmonies of #D68CB0
Complementary color
Monochromatic Colors of #D68CB0
Black with #D68CB0
Text Example
Text Example
White with #D68CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CB0; }
p { color: rgb(214,140,176); }
H1.HeaderClassName
{
color: #D68CB0;
}
.AnyTagClassName
{
color: #D68CB0;
}
</style>
background-color css
<style>
a { background-color: #D68CB0; }
a { background-color: rgb(214,140,176); }
div.DivClassName
{
background-color: #D68CB0;
}
.BgClassName
{
background-color: #D68CB0;
}
</style>
border-color css
<style>
span { border-color: #D68CB0; }
span { border-color: rgb(214,140,176); }
td.TdClassName
{
border-color: #D68CB0;
}
.TagClassName
{
border-color: #D68CB0;
}
</style>