Shades of Kobi #D59CAC
Tints of Kobi #D59CAC
RGB
CMYK
RGB Variations
Color information
#D59CAC (or 0xD59CAC) is known color: Kobi. HEX triplet: D5, 9C and AC. RGB value is (213,156,172). Sum of RGB (Red+Green+Blue) = 213+156+172=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59CAC is #2A6353. Grayscale: #AEAEAE. Windows color (decimal): -2777940 or 11312341. OLE color: 11312341.
HSL color Cylindrical-coordinate representation of color #D59CAC: hue angle of 343.16º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59CAC is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 172 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.16 |
| HSL | 343.16º | 0.4% | 0.72% | - |
| HSV(B) | 343.16º | 0.27% | 0.84% | - |
| XYZ | 46.78 | 40.9 | 44.46 | - |
| YUV | 174.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 172 | 0 | 0.27 | 0.19 | 0.16 | 343.16 | 0.4 | 0.72 |
| Hex | D5 | 9C | AC | 0 | 1B | 13 | 10 | 157 | 28 | 48 |
| Octal | 325 | 234 | 254 | 0 | 33 | 23 | 20 | 527 | 50 | 110 |
| Binary | 11010101 | 10011100 | 10101100 | 0 | 11011 | 10011 | 10000 | 101010111 | 101000 | 1001000 |
Color Harmonies of #D59CAC
Complementary color
Monochromatic Colors of #D59CAC
Black with #D59CAC
Text Example
Text Example
White with #D59CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CAC; }
p { color: rgb(213,156,172); }
H1.HeaderClassName
{
color: #D59CAC;
}
.AnyTagClassName
{
color: #D59CAC;
}
</style>
background-color css
<style>
a { background-color: #D59CAC; }
a { background-color: rgb(213,156,172); }
div.DivClassName
{
background-color: #D59CAC;
}
.BgClassName
{
background-color: #D59CAC;
}
</style>
border-color css
<style>
span { border-color: #D59CAC; }
span { border-color: rgb(213,156,172); }
td.TdClassName
{
border-color: #D59CAC;
}
.TagClassName
{
border-color: #D59CAC;
}
</style>