Shades of Kobi #D59CAE
Tints of Kobi #D59CAE
RGB
CMYK
RGB Variations
Color information
#D59CAE (or 0xD59CAE) is known color: Kobi. HEX triplet: D5, 9C and AE. RGB value is (213,156,174). Sum of RGB (Red+Green+Blue) = 213+156+174=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59CAE is #2A6351. Grayscale: #AFAFAF. Windows color (decimal): -2777938 or 11443413. OLE color: 11443413.
HSL color Cylindrical-coordinate representation of color #D59CAE: hue angle of 341.05º 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 #D59CAE is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 174 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.16 |
| HSL | 341.05º | 0.4% | 0.72% | - |
| HSV(B) | 341.05º | 0.27% | 0.84% | - |
| XYZ | 46.97 | 40.98 | 45.48 | - |
| YUV | 175.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 174 | 0 | 0.27 | 0.18 | 0.16 | 341.05 | 0.4 | 0.72 |
| Hex | D5 | 9C | AE | 0 | 1B | 12 | 10 | 155 | 28 | 48 |
| Octal | 325 | 234 | 256 | 0 | 33 | 22 | 20 | 525 | 50 | 110 |
| Binary | 11010101 | 10011100 | 10101110 | 0 | 11011 | 10010 | 10000 | 101010101 | 101000 | 1001000 |
Color Harmonies of #D59CAE
Complementary color
Monochromatic Colors of #D59CAE
Black with #D59CAE
Text Example
Text Example
White with #D59CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CAE; }
p { color: rgb(213,156,174); }
H1.HeaderClassName
{
color: #D59CAE;
}
.AnyTagClassName
{
color: #D59CAE;
}
</style>
background-color css
<style>
a { background-color: #D59CAE; }
a { background-color: rgb(213,156,174); }
div.DivClassName
{
background-color: #D59CAE;
}
.BgClassName
{
background-color: #D59CAE;
}
</style>
border-color css
<style>
span { border-color: #D59CAE; }
span { border-color: rgb(213,156,174); }
td.TdClassName
{
border-color: #D59CAE;
}
.TagClassName
{
border-color: #D59CAE;
}
</style>