Shades of Orinoco #CBCEA5
Tints of Orinoco #CBCEA5
RGB
CMYK
RGB Variations
Color information
#CBCEA5 (or 0xCBCEA5) is known color: Orinoco. HEX triplet: CB, CE and A5. RGB value is (203,206,165). Sum of RGB (Red+Green+Blue) = 203+206+165=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEA5 is #34315A. Grayscale: #C8C8C8. Windows color (decimal): -3420507 or 10866379. OLE color: 10866379.
HSL color Cylindrical-coordinate representation of color #CBCEA5: hue angle of 64.39º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBCEA5 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 165 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.19 |
| HSL | 64.39º | 0.29% | 0.73% | - |
| HSV(B) | 64.39º | 0.2% | 0.81% | - |
| XYZ | 53.49 | 59.56 | 44.27 | - |
| YUV | 200.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 165 | 0.01 | 0 | 0.20 | 0.19 | 64.39 | 0.29 | 0.73 |
| Hex | CB | CE | A5 | 1 | 0 | 14 | 13 | 40 | 1D | 49 |
| Octal | 313 | 316 | 245 | 1 | 0 | 24 | 23 | 100 | 35 | 111 |
| Binary | 11001011 | 11001110 | 10100101 | 1 | 0 | 10100 | 10011 | 1000000 | 11101 | 1001001 |
Color Harmonies of #CBCEA5
Complementary color
Monochromatic Colors of #CBCEA5
Black with #CBCEA5
Text Example
Text Example
White with #CBCEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEA5; }
p { color: rgb(203,206,165); }
H1.HeaderClassName
{
color: #CBCEA5;
}
.AnyTagClassName
{
color: #CBCEA5;
}
</style>
background-color css
<style>
a { background-color: #CBCEA5; }
a { background-color: rgb(203,206,165); }
div.DivClassName
{
background-color: #CBCEA5;
}
.BgClassName
{
background-color: #CBCEA5;
}
</style>
border-color css
<style>
span { border-color: #CBCEA5; }
span { border-color: rgb(203,206,165); }
td.TdClassName
{
border-color: #CBCEA5;
}
.TagClassName
{
border-color: #CBCEA5;
}
</style>