Shades of Kobi #D77CAC
Tints of Kobi #D77CAC
RGB
CMYK
RGB Variations
Color information
#D77CAC (or 0xD77CAC) is known color: Kobi. HEX triplet: D7, 7C and AC. RGB value is (215,124,172). Sum of RGB (Red+Green+Blue) = 215+124+172=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CAC is #288353. Grayscale: #9C9C9C. Windows color (decimal): -2655060 or 11304151. OLE color: 11304151.
HSL color Cylindrical-coordinate representation of color #D77CAC: hue angle of 328.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CAC is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 172 | - |
| CMYK | 0 | 0.42 | 0.2 | 0.16 |
| HSL | 328.35º | 0.53% | 0.66% | - |
| HSV(B) | 328.35º | 0.42% | 0.84% | - |
| XYZ | 42.68 | 31.84 | 42.93 | - |
| YUV | 156.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 172 | 0 | 0.42 | 0.2 | 0.16 | 328.35 | 0.53 | 0.66 |
| Hex | D7 | 7C | AC | 0 | 2A | 14 | 10 | 148 | 35 | 42 |
| Octal | 327 | 174 | 254 | 0 | 52 | 24 | 20 | 510 | 65 | 102 |
| Binary | 11010111 | 1111100 | 10101100 | 0 | 101010 | 10100 | 10000 | 101001000 | 110101 | 1000010 |
Color Harmonies of #D77CAC
Complementary color
Monochromatic Colors of #D77CAC
Black with #D77CAC
Text Example
Text Example
White with #D77CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CAC; }
p { color: rgb(215,124,172); }
H1.HeaderClassName
{
color: #D77CAC;
}
.AnyTagClassName
{
color: #D77CAC;
}
</style>
background-color css
<style>
a { background-color: #D77CAC; }
a { background-color: rgb(215,124,172); }
div.DivClassName
{
background-color: #D77CAC;
}
.BgClassName
{
background-color: #D77CAC;
}
</style>
border-color css
<style>
span { border-color: #D77CAC; }
span { border-color: rgb(215,124,172); }
td.TdClassName
{
border-color: #D77CAC;
}
.TagClassName
{
border-color: #D77CAC;
}
</style>