Shades of Orinoco #CBCCB0
Tints of Orinoco #CBCCB0
RGB
CMYK
RGB Variations
Color information
#CBCCB0 (or 0xCBCCB0) is known color: Orinoco. HEX triplet: CB, CC and B0. RGB value is (203,204,176). Sum of RGB (Red+Green+Blue) = 203+204+176=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCCB0 is #34334F. Grayscale: #C8C8C8. Windows color (decimal): -3421008 or 11586763. OLE color: 11586763.
HSL color Cylindrical-coordinate representation of color #CBCCB0: hue angle of 62.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCCB0 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 176 | - |
| CMYK | 0.00 | 0 | 0.14 | 0.2 |
| HSL | 62.14º | 0.22% | 0.75% | - |
| HSV(B) | 62.14º | 0.14% | 0.8% | - |
| XYZ | 54.06 | 59.02 | 49.62 | - |
| YUV | 200.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 176 | 0.00 | 0 | 0.14 | 0.2 | 62.14 | 0.22 | 0.75 |
| Hex | CB | CC | B0 | 0 | 0 | E | 14 | 3E | 16 | 4B |
| Octal | 313 | 314 | 260 | 0 | 0 | 16 | 24 | 76 | 26 | 113 |
| Binary | 11001011 | 11001100 | 10110000 | 0 | 0 | 1110 | 10100 | 111110 | 10110 | 1001011 |
Color Harmonies of #CBCCB0
Complementary color
Monochromatic Colors of #CBCCB0
Black with #CBCCB0
Text Example
Text Example
White with #CBCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCB0; }
p { color: rgb(203,204,176); }
H1.HeaderClassName
{
color: #CBCCB0;
}
.AnyTagClassName
{
color: #CBCCB0;
}
</style>
background-color css
<style>
a { background-color: #CBCCB0; }
a { background-color: rgb(203,204,176); }
div.DivClassName
{
background-color: #CBCCB0;
}
.BgClassName
{
background-color: #CBCCB0;
}
</style>
border-color css
<style>
span { border-color: #CBCCB0; }
span { border-color: rgb(203,204,176); }
td.TdClassName
{
border-color: #CBCCB0;
}
.TagClassName
{
border-color: #CBCCB0;
}
</style>