Shades of Orinoco #CBD3A0
Tints of Orinoco #CBD3A0
RGB
CMYK
RGB Variations
Color information
#CBD3A0 (or 0xCBD3A0) is known color: Orinoco. HEX triplet: CB, D3 and A0. RGB value is (203,211,160). Sum of RGB (Red+Green+Blue) = 203+211+160=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD3A0 is #342C5F. Grayscale: #CACACA. Windows color (decimal): -3419232 or 10539979. OLE color: 10539979.
HSL color Cylindrical-coordinate representation of color #CBD3A0: hue angle of 69.41º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBD3A0 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 160 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.17 |
| HSL | 69.41º | 0.37% | 0.73% | - |
| HSV(B) | 69.41º | 0.24% | 0.83% | - |
| XYZ | 54.27 | 61.82 | 42.33 | - |
| YUV | 202.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 160 | 0.04 | 0 | 0.24 | 0.17 | 69.41 | 0.37 | 0.73 |
| Hex | CB | D3 | A0 | 4 | 0 | 18 | 11 | 45 | 25 | 49 |
| Octal | 313 | 323 | 240 | 4 | 0 | 30 | 21 | 105 | 45 | 111 |
| Binary | 11001011 | 11010011 | 10100000 | 100 | 0 | 11000 | 10001 | 1000101 | 100101 | 1001001 |
Color Harmonies of #CBD3A0
Complementary color
Monochromatic Colors of #CBD3A0
Black with #CBD3A0
Text Example
Text Example
White with #CBD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3A0; }
p { color: rgb(203,211,160); }
H1.HeaderClassName
{
color: #CBD3A0;
}
.AnyTagClassName
{
color: #CBD3A0;
}
</style>
background-color css
<style>
a { background-color: #CBD3A0; }
a { background-color: rgb(203,211,160); }
div.DivClassName
{
background-color: #CBD3A0;
}
.BgClassName
{
background-color: #CBD3A0;
}
</style>
border-color css
<style>
span { border-color: #CBD3A0; }
span { border-color: rgb(203,211,160); }
td.TdClassName
{
border-color: #CBD3A0;
}
.TagClassName
{
border-color: #CBD3A0;
}
</style>