Shades of Kobi #D77CAD
Tints of Kobi #D77CAD
RGB
CMYK
RGB Variations
Color information
#D77CAD (or 0xD77CAD) is known color: Kobi. HEX triplet: D7, 7C and AD. RGB value is (215,124,173). Sum of RGB (Red+Green+Blue) = 215+124+173=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CAD is #288352. Grayscale: #9C9C9C. Windows color (decimal): -2655059 or 11369687. OLE color: 11369687.
HSL color Cylindrical-coordinate representation of color #D77CAD: hue angle of 327.69º 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 #D77CAD is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 173 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.16 |
| HSL | 327.69º | 0.53% | 0.66% | - |
| HSV(B) | 327.69º | 0.42% | 0.84% | - |
| XYZ | 42.77 | 31.88 | 43.43 | - |
| YUV | 156.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 173 | 0 | 0.42 | 0.20 | 0.16 | 327.69 | 0.53 | 0.66 |
| Hex | D7 | 7C | AD | 0 | 2A | 14 | 10 | 148 | 35 | 42 |
| Octal | 327 | 174 | 255 | 0 | 52 | 24 | 20 | 510 | 65 | 102 |
| Binary | 11010111 | 1111100 | 10101101 | 0 | 101010 | 10100 | 10000 | 101001000 | 110101 | 1000010 |
Color Harmonies of #D77CAD
Complementary color
Monochromatic Colors of #D77CAD
Black with #D77CAD
Text Example
Text Example
White with #D77CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CAD; }
p { color: rgb(215,124,173); }
H1.HeaderClassName
{
color: #D77CAD;
}
.AnyTagClassName
{
color: #D77CAD;
}
</style>
background-color css
<style>
a { background-color: #D77CAD; }
a { background-color: rgb(215,124,173); }
div.DivClassName
{
background-color: #D77CAD;
}
.BgClassName
{
background-color: #D77CAD;
}
</style>
border-color css
<style>
span { border-color: #D77CAD; }
span { border-color: rgb(215,124,173); }
td.TdClassName
{
border-color: #D77CAD;
}
.TagClassName
{
border-color: #D77CAD;
}
</style>