Shades of Kobi #D68CB4
Tints of Kobi #D68CB4
RGB
CMYK
RGB Variations
Color information
#D68CB4 (or 0xD68CB4) is known color: Kobi. HEX triplet: D6, 8C and B4. RGB value is (214,140,180). Sum of RGB (Red+Green+Blue) = 214+140+180=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CB4 is #29734B. Grayscale: #A6A6A6. Windows color (decimal): -2716492 or 11832534. OLE color: 11832534.
HSL color Cylindrical-coordinate representation of color #D68CB4: hue angle of 327.57º 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 #D68CB4 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 180 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.16 |
| HSL | 327.57º | 0.47% | 0.69% | - |
| HSV(B) | 327.57º | 0.35% | 0.84% | - |
| XYZ | 45.35 | 36.35 | 47.81 | - |
| YUV | 166.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 180 | 0 | 0.35 | 0.16 | 0.16 | 327.57 | 0.47 | 0.69 |
| Hex | D6 | 8C | B4 | 0 | 23 | 10 | 10 | 148 | 2F | 45 |
| Octal | 326 | 214 | 264 | 0 | 43 | 20 | 20 | 510 | 57 | 105 |
| Binary | 11010110 | 10001100 | 10110100 | 0 | 100011 | 10000 | 10000 | 101001000 | 101111 | 1000101 |
Color Harmonies of #D68CB4
Complementary color
Monochromatic Colors of #D68CB4
Black with #D68CB4
Text Example
Text Example
White with #D68CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CB4; }
p { color: rgb(214,140,180); }
H1.HeaderClassName
{
color: #D68CB4;
}
.AnyTagClassName
{
color: #D68CB4;
}
</style>
background-color css
<style>
a { background-color: #D68CB4; }
a { background-color: rgb(214,140,180); }
div.DivClassName
{
background-color: #D68CB4;
}
.BgClassName
{
background-color: #D68CB4;
}
</style>
border-color css
<style>
span { border-color: #D68CB4; }
span { border-color: rgb(214,140,180); }
td.TdClassName
{
border-color: #D68CB4;
}
.TagClassName
{
border-color: #D68CB4;
}
</style>