Shades of Kobi #D78CAA
Tints of Kobi #D78CAA
RGB
CMYK
RGB Variations
Color information
#D78CAA (or 0xD78CAA) is known color: Kobi. HEX triplet: D7, 8C and AA. RGB value is (215,140,170). Sum of RGB (Red+Green+Blue) = 215+140+170=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78CAA is #287355. Grayscale: #A5A5A5. Windows color (decimal): -2650966 or 11177175. OLE color: 11177175.
HSL color Cylindrical-coordinate representation of color #D78CAA: hue angle of 336º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78CAA is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 170 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.16 |
| HSL | 336º | 0.48% | 0.7% | - |
| HSV(B) | 336º | 0.35% | 0.84% | - |
| XYZ | 44.66 | 36.11 | 42.65 | - |
| YUV | 165.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 170 | 0 | 0.35 | 0.21 | 0.16 | 336 | 0.48 | 0.7 |
| Hex | D7 | 8C | AA | 0 | 23 | 15 | 10 | 150 | 30 | 46 |
| Octal | 327 | 214 | 252 | 0 | 43 | 25 | 20 | 520 | 60 | 106 |
| Binary | 11010111 | 10001100 | 10101010 | 0 | 100011 | 10101 | 10000 | 101010000 | 110000 | 1000110 |
Color Harmonies of #D78CAA
Complementary color
Monochromatic Colors of #D78CAA
Black with #D78CAA
Text Example
Text Example
White with #D78CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78CAA; }
p { color: rgb(215,140,170); }
H1.HeaderClassName
{
color: #D78CAA;
}
.AnyTagClassName
{
color: #D78CAA;
}
</style>
background-color css
<style>
a { background-color: #D78CAA; }
a { background-color: rgb(215,140,170); }
div.DivClassName
{
background-color: #D78CAA;
}
.BgClassName
{
background-color: #D78CAA;
}
</style>
border-color css
<style>
span { border-color: #D78CAA; }
span { border-color: rgb(215,140,170); }
td.TdClassName
{
border-color: #D78CAA;
}
.TagClassName
{
border-color: #D78CAA;
}
</style>