Shades of Kobi #D57CAB
Tints of Kobi #D57CAB
RGB
CMYK
RGB Variations
Color information
#D57CAB (or 0xD57CAB) is known color: Kobi. HEX triplet: D5, 7C and AB. RGB value is (213,124,171). Sum of RGB (Red+Green+Blue) = 213+124+171=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57CAB is #2A8354. Grayscale: #9B9B9B. Windows color (decimal): -2786133 or 11238613. OLE color: 11238613.
HSL color Cylindrical-coordinate representation of color #D57CAB: hue angle of 328.31º 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 #D57CAB is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 171 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.16 |
| HSL | 328.31º | 0.51% | 0.66% | - |
| HSV(B) | 328.31º | 0.42% | 0.84% | - |
| XYZ | 42 | 31.5 | 42.39 | - |
| YUV | 155.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 171 | 0 | 0.42 | 0.20 | 0.16 | 328.31 | 0.51 | 0.66 |
| Hex | D5 | 7C | AB | 0 | 2A | 14 | 10 | 148 | 33 | 42 |
| Octal | 325 | 174 | 253 | 0 | 52 | 24 | 20 | 510 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10101011 | 0 | 101010 | 10100 | 10000 | 101001000 | 110011 | 1000010 |
Color Harmonies of #D57CAB
Complementary color
Monochromatic Colors of #D57CAB
Black with #D57CAB
Text Example
Text Example
White with #D57CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CAB; }
p { color: rgb(213,124,171); }
H1.HeaderClassName
{
color: #D57CAB;
}
.AnyTagClassName
{
color: #D57CAB;
}
</style>
background-color css
<style>
a { background-color: #D57CAB; }
a { background-color: rgb(213,124,171); }
div.DivClassName
{
background-color: #D57CAB;
}
.BgClassName
{
background-color: #D57CAB;
}
</style>
border-color css
<style>
span { border-color: #D57CAB; }
span { border-color: rgb(213,124,171); }
td.TdClassName
{
border-color: #D57CAB;
}
.TagClassName
{
border-color: #D57CAB;
}
</style>