Shades of Orinoco #CBCEA6
Tints of Orinoco #CBCEA6
RGB
CMYK
RGB Variations
Color information
#CBCEA6 (or 0xCBCEA6) is known color: Orinoco. HEX triplet: CB, CE and A6. RGB value is (203,206,166). Sum of RGB (Red+Green+Blue) = 203+206+166=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEA6 is #343159. Grayscale: #C8C8C8. Windows color (decimal): -3420506 or 10931915. OLE color: 10931915.
HSL color Cylindrical-coordinate representation of color #CBCEA6: hue angle of 64.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBCEA6 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 166 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.19 |
| HSL | 64.5º | 0.29% | 0.73% | - |
| HSV(B) | 64.5º | 0.19% | 0.81% | - |
| XYZ | 53.58 | 59.59 | 44.75 | - |
| YUV | 200.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 166 | 0.01 | 0 | 0.19 | 0.19 | 64.5 | 0.29 | 0.73 |
| Hex | CB | CE | A6 | 1 | 0 | 13 | 13 | 40 | 1D | 49 |
| Octal | 313 | 316 | 246 | 1 | 0 | 23 | 23 | 100 | 35 | 111 |
| Binary | 11001011 | 11001110 | 10100110 | 1 | 0 | 10011 | 10011 | 1000000 | 11101 | 1001001 |
Color Harmonies of #CBCEA6
Complementary color
Monochromatic Colors of #CBCEA6
Black with #CBCEA6
Text Example
Text Example
White with #CBCEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEA6; }
p { color: rgb(203,206,166); }
H1.HeaderClassName
{
color: #CBCEA6;
}
.AnyTagClassName
{
color: #CBCEA6;
}
</style>
background-color css
<style>
a { background-color: #CBCEA6; }
a { background-color: rgb(203,206,166); }
div.DivClassName
{
background-color: #CBCEA6;
}
.BgClassName
{
background-color: #CBCEA6;
}
</style>
border-color css
<style>
span { border-color: #CBCEA6; }
span { border-color: rgb(203,206,166); }
td.TdClassName
{
border-color: #CBCEA6;
}
.TagClassName
{
border-color: #CBCEA6;
}
</style>