Shades of Kobi #D59CA9
Tints of Kobi #D59CA9
RGB
CMYK
RGB Variations
Color information
#D59CA9 (or 0xD59CA9) is known color: Kobi. HEX triplet: D5, 9C and A9. RGB value is (213,156,169). Sum of RGB (Red+Green+Blue) = 213+156+169=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59CA9 is #2A6356. Grayscale: #AEAEAE. Windows color (decimal): -2777943 or 11115733. OLE color: 11115733.
HSL color Cylindrical-coordinate representation of color #D59CA9: hue angle of 346.32º 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 #D59CA9 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 169 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.16 |
| HSL | 346.32º | 0.4% | 0.72% | - |
| HSV(B) | 346.32º | 0.27% | 0.84% | - |
| XYZ | 46.49 | 40.79 | 42.96 | - |
| YUV | 174.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 169 | 0 | 0.27 | 0.21 | 0.16 | 346.32 | 0.4 | 0.72 |
| Hex | D5 | 9C | A9 | 0 | 1B | 15 | 10 | 15A | 28 | 48 |
| Octal | 325 | 234 | 251 | 0 | 33 | 25 | 20 | 532 | 50 | 110 |
| Binary | 11010101 | 10011100 | 10101001 | 0 | 11011 | 10101 | 10000 | 101011010 | 101000 | 1001000 |
Color Harmonies of #D59CA9
Complementary color
Monochromatic Colors of #D59CA9
Black with #D59CA9
Text Example
Text Example
White with #D59CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CA9; }
p { color: rgb(213,156,169); }
H1.HeaderClassName
{
color: #D59CA9;
}
.AnyTagClassName
{
color: #D59CA9;
}
</style>
background-color css
<style>
a { background-color: #D59CA9; }
a { background-color: rgb(213,156,169); }
div.DivClassName
{
background-color: #D59CA9;
}
.BgClassName
{
background-color: #D59CA9;
}
</style>
border-color css
<style>
span { border-color: #D59CA9; }
span { border-color: rgb(213,156,169); }
td.TdClassName
{
border-color: #D59CA9;
}
.TagClassName
{
border-color: #D59CA9;
}
</style>