Shades of Kobi #CD9AAB
Tints of Kobi #CD9AAB
RGB
CMYK
RGB Variations
Color information
#CD9AAB (or 0xCD9AAB) is known color: Kobi. HEX triplet: CD, 9A and AB. RGB value is (205,154,171). Sum of RGB (Red+Green+Blue) = 205+154+171=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9AAB is #326554. Grayscale: #ABABAB. Windows color (decimal): -3302741 or 11246285. OLE color: 11246285.
HSL color Cylindrical-coordinate representation of color #CD9AAB: hue angle of 340º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD9AAB is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 171 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.20 |
| HSL | 340º | 0.34% | 0.7% | - |
| HSV(B) | 340º | 0.25% | 0.8% | - |
| XYZ | 44.08 | 39.03 | 43.74 | - |
| YUV | 171.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 171 | 0 | 0.25 | 0.17 | 0.20 | 340 | 0.34 | 0.7 |
| Hex | CD | 9A | AB | 0 | 19 | 11 | 14 | 154 | 22 | 46 |
| Octal | 315 | 232 | 253 | 0 | 31 | 21 | 24 | 524 | 42 | 106 |
| Binary | 11001101 | 10011010 | 10101011 | 0 | 11001 | 10001 | 10100 | 101010100 | 100010 | 1000110 |
Color Harmonies of #CD9AAB
Complementary color
Monochromatic Colors of #CD9AAB
Black with #CD9AAB
Text Example
Text Example
White with #CD9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9AAB; }
p { color: rgb(205,154,171); }
H1.HeaderClassName
{
color: #CD9AAB;
}
.AnyTagClassName
{
color: #CD9AAB;
}
</style>
background-color css
<style>
a { background-color: #CD9AAB; }
a { background-color: rgb(205,154,171); }
div.DivClassName
{
background-color: #CD9AAB;
}
.BgClassName
{
background-color: #CD9AAB;
}
</style>
border-color css
<style>
span { border-color: #CD9AAB; }
span { border-color: rgb(205,154,171); }
td.TdClassName
{
border-color: #CD9AAB;
}
.TagClassName
{
border-color: #CD9AAB;
}
</style>