Shades of Orinoco #CBD3A6
Tints of Orinoco #CBD3A6
RGB
CMYK
RGB Variations
Color information
#CBD3A6 (or 0xCBD3A6) is known color: Orinoco. HEX triplet: CB, D3 and A6. RGB value is (203,211,166). Sum of RGB (Red+Green+Blue) = 203+211+166=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD3A6 is #342C59. Grayscale: #CBCBCB. Windows color (decimal): -3419226 or 10933195. OLE color: 10933195.
HSL color Cylindrical-coordinate representation of color #CBD3A6: hue angle of 70.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBD3A6 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 166 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.17 |
| HSL | 70.67º | 0.34% | 0.74% | - |
| HSV(B) | 70.67º | 0.21% | 0.83% | - |
| XYZ | 54.81 | 62.04 | 45.16 | - |
| YUV | 203.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 166 | 0.04 | 0 | 0.21 | 0.17 | 70.67 | 0.34 | 0.74 |
| Hex | CB | D3 | A6 | 4 | 0 | 15 | 11 | 47 | 22 | 4A |
| Octal | 313 | 323 | 246 | 4 | 0 | 25 | 21 | 107 | 42 | 112 |
| Binary | 11001011 | 11010011 | 10100110 | 100 | 0 | 10101 | 10001 | 1000111 | 100010 | 1001010 |
Color Harmonies of #CBD3A6
Complementary color
Monochromatic Colors of #CBD3A6
Black with #CBD3A6
Text Example
Text Example
White with #CBD3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3A6; }
p { color: rgb(203,211,166); }
H1.HeaderClassName
{
color: #CBD3A6;
}
.AnyTagClassName
{
color: #CBD3A6;
}
</style>
background-color css
<style>
a { background-color: #CBD3A6; }
a { background-color: rgb(203,211,166); }
div.DivClassName
{
background-color: #CBD3A6;
}
.BgClassName
{
background-color: #CBD3A6;
}
</style>
border-color css
<style>
span { border-color: #CBD3A6; }
span { border-color: rgb(203,211,166); }
td.TdClassName
{
border-color: #CBD3A6;
}
.TagClassName
{
border-color: #CBD3A6;
}
</style>