Shades of Orinoco #CBCEA7
Tints of Orinoco #CBCEA7
RGB
CMYK
RGB Variations
Color information
#CBCEA7 (or 0xCBCEA7) is known color: Orinoco. HEX triplet: CB, CE and A7. RGB value is (203,206,167). Sum of RGB (Red+Green+Blue) = 203+206+167=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEA7 is #343158. Grayscale: #C8C8C8. Windows color (decimal): -3420505 or 10997451. OLE color: 10997451.
HSL color Cylindrical-coordinate representation of color #CBCEA7: hue angle of 64.62º degrees, saturation: 0.28, 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 #CBCEA7 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 167 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.19 |
| HSL | 64.62º | 0.28% | 0.73% | - |
| HSV(B) | 64.62º | 0.19% | 0.81% | - |
| XYZ | 53.67 | 59.63 | 45.24 | - |
| YUV | 200.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 167 | 0.01 | 0 | 0.19 | 0.19 | 64.62 | 0.28 | 0.73 |
| Hex | CB | CE | A7 | 1 | 0 | 13 | 13 | 41 | 1C | 49 |
| Octal | 313 | 316 | 247 | 1 | 0 | 23 | 23 | 101 | 34 | 111 |
| Binary | 11001011 | 11001110 | 10100111 | 1 | 0 | 10011 | 10011 | 1000001 | 11100 | 1001001 |
Color Harmonies of #CBCEA7
Complementary color
Monochromatic Colors of #CBCEA7
Black with #CBCEA7
Text Example
Text Example
White with #CBCEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEA7; }
p { color: rgb(203,206,167); }
H1.HeaderClassName
{
color: #CBCEA7;
}
.AnyTagClassName
{
color: #CBCEA7;
}
</style>
background-color css
<style>
a { background-color: #CBCEA7; }
a { background-color: rgb(203,206,167); }
div.DivClassName
{
background-color: #CBCEA7;
}
.BgClassName
{
background-color: #CBCEA7;
}
</style>
border-color css
<style>
span { border-color: #CBCEA7; }
span { border-color: rgb(203,206,167); }
td.TdClassName
{
border-color: #CBCEA7;
}
.TagClassName
{
border-color: #CBCEA7;
}
</style>