Shades of Orinoco #CBCEA3
Tints of Orinoco #CBCEA3
RGB
CMYK
RGB Variations
Color information
#CBCEA3 (or 0xCBCEA3) is known color: Orinoco. HEX triplet: CB, CE and A3. RGB value is (203,206,163). Sum of RGB (Red+Green+Blue) = 203+206+163=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEA3 is #34315C. Grayscale: #C8C8C8. Windows color (decimal): -3420509 or 10735307. OLE color: 10735307.
HSL color Cylindrical-coordinate representation of color #CBCEA3: hue angle of 64.19º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBCEA3 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 163 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.19 |
| HSL | 64.19º | 0.3% | 0.72% | - |
| HSV(B) | 64.19º | 0.21% | 0.81% | - |
| XYZ | 53.31 | 59.48 | 43.32 | - |
| YUV | 200.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 163 | 0.01 | 0 | 0.21 | 0.19 | 64.19 | 0.3 | 0.72 |
| Hex | CB | CE | A3 | 1 | 0 | 15 | 13 | 40 | 1E | 48 |
| Octal | 313 | 316 | 243 | 1 | 0 | 25 | 23 | 100 | 36 | 110 |
| Binary | 11001011 | 11001110 | 10100011 | 1 | 0 | 10101 | 10011 | 1000000 | 11110 | 1001000 |
Color Harmonies of #CBCEA3
Complementary color
Monochromatic Colors of #CBCEA3
Black with #CBCEA3
Text Example
Text Example
White with #CBCEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEA3; }
p { color: rgb(203,206,163); }
H1.HeaderClassName
{
color: #CBCEA3;
}
.AnyTagClassName
{
color: #CBCEA3;
}
</style>
background-color css
<style>
a { background-color: #CBCEA3; }
a { background-color: rgb(203,206,163); }
div.DivClassName
{
background-color: #CBCEA3;
}
.BgClassName
{
background-color: #CBCEA3;
}
</style>
border-color css
<style>
span { border-color: #CBCEA3; }
span { border-color: rgb(203,206,163); }
td.TdClassName
{
border-color: #CBCEA3;
}
.TagClassName
{
border-color: #CBCEA3;
}
</style>