Shades of Orinoco #CBCFB4
Tints of Orinoco #CBCFB4
RGB
CMYK
RGB Variations
Color information
#CBCFB4 (or 0xCBCFB4) is known color: Orinoco. HEX triplet: CB, CF and B4. RGB value is (203,207,180). Sum of RGB (Red+Green+Blue) = 203+207+180=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFB4 is #34304B. Grayscale: #CACACA. Windows color (decimal): -3420236 or 11849675. OLE color: 11849675.
HSL color Cylindrical-coordinate representation of color #CBCFB4: hue angle of 68.89º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBCFB4 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 180 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.19 |
| HSL | 68.89º | 0.22% | 0.76% | - |
| HSV(B) | 68.89º | 0.13% | 0.81% | - |
| XYZ | 55.18 | 60.62 | 51.97 | - |
| YUV | 202.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 180 | 0.02 | 0 | 0.13 | 0.19 | 68.89 | 0.22 | 0.76 |
| Hex | CB | CF | B4 | 2 | 0 | D | 13 | 45 | 16 | 4C |
| Octal | 313 | 317 | 264 | 2 | 0 | 15 | 23 | 105 | 26 | 114 |
| Binary | 11001011 | 11001111 | 10110100 | 10 | 0 | 1101 | 10011 | 1000101 | 10110 | 1001100 |
Color Harmonies of #CBCFB4
Complementary color
Monochromatic Colors of #CBCFB4
Black with #CBCFB4
Text Example
Text Example
White with #CBCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFB4; }
p { color: rgb(203,207,180); }
H1.HeaderClassName
{
color: #CBCFB4;
}
.AnyTagClassName
{
color: #CBCFB4;
}
</style>
background-color css
<style>
a { background-color: #CBCFB4; }
a { background-color: rgb(203,207,180); }
div.DivClassName
{
background-color: #CBCFB4;
}
.BgClassName
{
background-color: #CBCFB4;
}
</style>
border-color css
<style>
span { border-color: #CBCFB4; }
span { border-color: rgb(203,207,180); }
td.TdClassName
{
border-color: #CBCFB4;
}
.TagClassName
{
border-color: #CBCFB4;
}
</style>