Shades of Orinoco #CBD6A2
Tints of Orinoco #CBD6A2
RGB
CMYK
RGB Variations
Color information
#CBD6A2 (or 0xCBD6A2) is known color: Orinoco. HEX triplet: CB, D6 and A2. RGB value is (203,214,162). Sum of RGB (Red+Green+Blue) = 203+214+162=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD6A2 is #34295D. Grayscale: #CCCCCC. Windows color (decimal): -3418462 or 10671819. OLE color: 10671819.
HSL color Cylindrical-coordinate representation of color #CBD6A2: hue angle of 72.69º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBD6A2 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 162 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.16 |
| HSL | 72.69º | 0.39% | 0.74% | - |
| HSV(B) | 72.69º | 0.24% | 0.84% | - |
| XYZ | 55.2 | 63.4 | 43.51 | - |
| YUV | 204.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 162 | 0.05 | 0 | 0.24 | 0.16 | 72.69 | 0.39 | 0.74 |
| Hex | CB | D6 | A2 | 5 | 0 | 18 | 10 | 49 | 27 | 4A |
| Octal | 313 | 326 | 242 | 5 | 0 | 30 | 20 | 111 | 47 | 112 |
| Binary | 11001011 | 11010110 | 10100010 | 101 | 0 | 11000 | 10000 | 1001001 | 100111 | 1001010 |
Color Harmonies of #CBD6A2
Complementary color
Monochromatic Colors of #CBD6A2
Black with #CBD6A2
Text Example
Text Example
White with #CBD6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6A2; }
p { color: rgb(203,214,162); }
H1.HeaderClassName
{
color: #CBD6A2;
}
.AnyTagClassName
{
color: #CBD6A2;
}
</style>
background-color css
<style>
a { background-color: #CBD6A2; }
a { background-color: rgb(203,214,162); }
div.DivClassName
{
background-color: #CBD6A2;
}
.BgClassName
{
background-color: #CBD6A2;
}
</style>
border-color css
<style>
span { border-color: #CBD6A2; }
span { border-color: rgb(203,214,162); }
td.TdClassName
{
border-color: #CBD6A2;
}
.TagClassName
{
border-color: #CBD6A2;
}
</style>