Shades of Orinoco #CBD6A5
Tints of Orinoco #CBD6A5
RGB
CMYK
RGB Variations
Color information
#CBD6A5 (or 0xCBD6A5) is known color: Orinoco. HEX triplet: CB, D6 and A5. RGB value is (203,214,165). Sum of RGB (Red+Green+Blue) = 203+214+165=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD6A5 is #34295A. Grayscale: #CDCDCD. Windows color (decimal): -3418459 or 10868427. OLE color: 10868427.
HSL color Cylindrical-coordinate representation of color #CBD6A5: hue angle of 73.47º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBD6A5 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 165 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.16 |
| HSL | 73.47º | 0.37% | 0.74% | - |
| HSV(B) | 73.47º | 0.23% | 0.84% | - |
| XYZ | 55.47 | 63.51 | 44.93 | - |
| YUV | 205.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 165 | 0.05 | 0 | 0.23 | 0.16 | 73.47 | 0.37 | 0.74 |
| Hex | CB | D6 | A5 | 5 | 0 | 17 | 10 | 49 | 25 | 4A |
| Octal | 313 | 326 | 245 | 5 | 0 | 27 | 20 | 111 | 45 | 112 |
| Binary | 11001011 | 11010110 | 10100101 | 101 | 0 | 10111 | 10000 | 1001001 | 100101 | 1001010 |
Color Harmonies of #CBD6A5
Complementary color
Monochromatic Colors of #CBD6A5
Black with #CBD6A5
Text Example
Text Example
White with #CBD6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6A5; }
p { color: rgb(203,214,165); }
H1.HeaderClassName
{
color: #CBD6A5;
}
.AnyTagClassName
{
color: #CBD6A5;
}
</style>
background-color css
<style>
a { background-color: #CBD6A5; }
a { background-color: rgb(203,214,165); }
div.DivClassName
{
background-color: #CBD6A5;
}
.BgClassName
{
background-color: #CBD6A5;
}
</style>
border-color css
<style>
span { border-color: #CBD6A5; }
span { border-color: rgb(203,214,165); }
td.TdClassName
{
border-color: #CBD6A5;
}
.TagClassName
{
border-color: #CBD6A5;
}
</style>