Shades of Kobi #D57CAC
Tints of Kobi #D57CAC
RGB
CMYK
RGB Variations
Color information
#D57CAC (or 0xD57CAC) is known color: Kobi. HEX triplet: D5, 7C and AC. RGB value is (213,124,172). Sum of RGB (Red+Green+Blue) = 213+124+172=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57CAC is #2A8353. Grayscale: #9B9B9B. Windows color (decimal): -2786132 or 11304149. OLE color: 11304149.
HSL color Cylindrical-coordinate representation of color #D57CAC: hue angle of 327.64º degrees, saturation: 0.51, 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 #D57CAC is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 172 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.16 |
| HSL | 327.64º | 0.51% | 0.66% | - |
| HSV(B) | 327.64º | 0.42% | 0.84% | - |
| XYZ | 42.09 | 31.54 | 42.9 | - |
| YUV | 156.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 172 | 0 | 0.42 | 0.19 | 0.16 | 327.64 | 0.51 | 0.66 |
| Hex | D5 | 7C | AC | 0 | 2A | 13 | 10 | 148 | 33 | 42 |
| Octal | 325 | 174 | 254 | 0 | 52 | 23 | 20 | 510 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10101100 | 0 | 101010 | 10011 | 10000 | 101001000 | 110011 | 1000010 |
Color Harmonies of #D57CAC
Complementary color
Monochromatic Colors of #D57CAC
Black with #D57CAC
Text Example
Text Example
White with #D57CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CAC; }
p { color: rgb(213,124,172); }
H1.HeaderClassName
{
color: #D57CAC;
}
.AnyTagClassName
{
color: #D57CAC;
}
</style>
background-color css
<style>
a { background-color: #D57CAC; }
a { background-color: rgb(213,124,172); }
div.DivClassName
{
background-color: #D57CAC;
}
.BgClassName
{
background-color: #D57CAC;
}
</style>
border-color css
<style>
span { border-color: #D57CAC; }
span { border-color: rgb(213,124,172); }
td.TdClassName
{
border-color: #D57CAC;
}
.TagClassName
{
border-color: #D57CAC;
}
</style>