Shades of Orinoco #CBD2A0
Tints of Orinoco #CBD2A0
RGB
CMYK
RGB Variations
Color information
#CBD2A0 (or 0xCBD2A0) is known color: Orinoco. HEX triplet: CB, D2 and A0. RGB value is (203,210,160). Sum of RGB (Red+Green+Blue) = 203+210+160=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD2A0 is #342D5F. Grayscale: #CACACA. Windows color (decimal): -3419488 or 10539723. OLE color: 10539723.
HSL color Cylindrical-coordinate representation of color #CBD2A0: hue angle of 68.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBD2A0 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 160 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.18 |
| HSL | 68.4º | 0.36% | 0.73% | - |
| HSV(B) | 68.4º | 0.24% | 0.82% | - |
| XYZ | 54.02 | 61.33 | 42.25 | - |
| YUV | 202.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 160 | 0.03 | 0 | 0.24 | 0.18 | 68.4 | 0.36 | 0.73 |
| Hex | CB | D2 | A0 | 3 | 0 | 18 | 12 | 44 | 24 | 49 |
| Octal | 313 | 322 | 240 | 3 | 0 | 30 | 22 | 104 | 44 | 111 |
| Binary | 11001011 | 11010010 | 10100000 | 11 | 0 | 11000 | 10010 | 1000100 | 100100 | 1001001 |
Color Harmonies of #CBD2A0
Complementary color
Monochromatic Colors of #CBD2A0
Black with #CBD2A0
Text Example
Text Example
White with #CBD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD2A0; }
p { color: rgb(203,210,160); }
H1.HeaderClassName
{
color: #CBD2A0;
}
.AnyTagClassName
{
color: #CBD2A0;
}
</style>
background-color css
<style>
a { background-color: #CBD2A0; }
a { background-color: rgb(203,210,160); }
div.DivClassName
{
background-color: #CBD2A0;
}
.BgClassName
{
background-color: #CBD2A0;
}
</style>
border-color css
<style>
span { border-color: #CBD2A0; }
span { border-color: rgb(203,210,160); }
td.TdClassName
{
border-color: #CBD2A0;
}
.TagClassName
{
border-color: #CBD2A0;
}
</style>