Shades of Orinoco #CBD0B2
Tints of Orinoco #CBD0B2
RGB
CMYK
RGB Variations
Color information
#CBD0B2 (or 0xCBD0B2) is known color: Orinoco. HEX triplet: CB, D0 and B2. RGB value is (203,208,178). Sum of RGB (Red+Green+Blue) = 203+208+178=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD0B2 is #342F4D. Grayscale: #CBCBCB. Windows color (decimal): -3419982 or 11718859. OLE color: 11718859.
HSL color Cylindrical-coordinate representation of color #CBD0B2: hue angle of 70º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD0B2 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 178 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.18 |
| HSL | 70º | 0.24% | 0.76% | - |
| HSV(B) | 70º | 0.14% | 0.82% | - |
| XYZ | 55.22 | 61.02 | 50.99 | - |
| YUV | 203.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 178 | 0.02 | 0 | 0.14 | 0.18 | 70 | 0.24 | 0.76 |
| Hex | CB | D0 | B2 | 2 | 0 | E | 12 | 46 | 18 | 4C |
| Octal | 313 | 320 | 262 | 2 | 0 | 16 | 22 | 106 | 30 | 114 |
| Binary | 11001011 | 11010000 | 10110010 | 10 | 0 | 1110 | 10010 | 1000110 | 11000 | 1001100 |
Color Harmonies of #CBD0B2
Complementary color
Monochromatic Colors of #CBD0B2
Black with #CBD0B2
Text Example
Text Example
White with #CBD0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0B2; }
p { color: rgb(203,208,178); }
H1.HeaderClassName
{
color: #CBD0B2;
}
.AnyTagClassName
{
color: #CBD0B2;
}
</style>
background-color css
<style>
a { background-color: #CBD0B2; }
a { background-color: rgb(203,208,178); }
div.DivClassName
{
background-color: #CBD0B2;
}
.BgClassName
{
background-color: #CBD0B2;
}
</style>
border-color css
<style>
span { border-color: #CBD0B2; }
span { border-color: rgb(203,208,178); }
td.TdClassName
{
border-color: #CBD0B2;
}
.TagClassName
{
border-color: #CBD0B2;
}
</style>