Shades of Orinoco #CBD3AB
Tints of Orinoco #CBD3AB
RGB
CMYK
RGB Variations
Color information
#CBD3AB (or 0xCBD3AB) is known color: Orinoco. HEX triplet: CB, D3 and AB. RGB value is (203,211,171). Sum of RGB (Red+Green+Blue) = 203+211+171=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD3AB is #342C54. Grayscale: #CCCCCC. Windows color (decimal): -3419221 or 11260875. OLE color: 11260875.
HSL color Cylindrical-coordinate representation of color #CBD3AB: hue angle of 72º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBD3AB is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 171 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.17 |
| HSL | 72º | 0.31% | 0.75% | - |
| HSV(B) | 72º | 0.19% | 0.83% | - |
| XYZ | 55.27 | 62.23 | 47.63 | - |
| YUV | 204.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 171 | 0.04 | 0 | 0.19 | 0.17 | 72 | 0.31 | 0.75 |
| Hex | CB | D3 | AB | 4 | 0 | 13 | 11 | 48 | 1F | 4B |
| Octal | 313 | 323 | 253 | 4 | 0 | 23 | 21 | 110 | 37 | 113 |
| Binary | 11001011 | 11010011 | 10101011 | 100 | 0 | 10011 | 10001 | 1001000 | 11111 | 1001011 |
Color Harmonies of #CBD3AB
Complementary color
Monochromatic Colors of #CBD3AB
Black with #CBD3AB
Text Example
Text Example
White with #CBD3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3AB; }
p { color: rgb(203,211,171); }
H1.HeaderClassName
{
color: #CBD3AB;
}
.AnyTagClassName
{
color: #CBD3AB;
}
</style>
background-color css
<style>
a { background-color: #CBD3AB; }
a { background-color: rgb(203,211,171); }
div.DivClassName
{
background-color: #CBD3AB;
}
.BgClassName
{
background-color: #CBD3AB;
}
</style>
border-color css
<style>
span { border-color: #CBD3AB; }
span { border-color: rgb(203,211,171); }
td.TdClassName
{
border-color: #CBD3AB;
}
.TagClassName
{
border-color: #CBD3AB;
}
</style>