Shades of Orinoco #CBD3A8
Tints of Orinoco #CBD3A8
RGB
CMYK
RGB Variations
Color information
#CBD3A8 (or 0xCBD3A8) is known color: Orinoco. HEX triplet: CB, D3 and A8. RGB value is (203,211,168). Sum of RGB (Red+Green+Blue) = 203+211+168=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD3A8 is #342C57. Grayscale: #CBCBCB. Windows color (decimal): -3419224 or 11064267. OLE color: 11064267.
HSL color Cylindrical-coordinate representation of color #CBD3A8: hue angle of 71.16º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBD3A8 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 168 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.17 |
| HSL | 71.16º | 0.33% | 0.74% | - |
| HSV(B) | 71.16º | 0.2% | 0.83% | - |
| XYZ | 54.99 | 62.11 | 46.14 | - |
| YUV | 203.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 168 | 0.04 | 0 | 0.20 | 0.17 | 71.16 | 0.33 | 0.74 |
| Hex | CB | D3 | A8 | 4 | 0 | 14 | 11 | 47 | 21 | 4A |
| Octal | 313 | 323 | 250 | 4 | 0 | 24 | 21 | 107 | 41 | 112 |
| Binary | 11001011 | 11010011 | 10101000 | 100 | 0 | 10100 | 10001 | 1000111 | 100001 | 1001010 |
Color Harmonies of #CBD3A8
Complementary color
Monochromatic Colors of #CBD3A8
Black with #CBD3A8
Text Example
Text Example
White with #CBD3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3A8; }
p { color: rgb(203,211,168); }
H1.HeaderClassName
{
color: #CBD3A8;
}
.AnyTagClassName
{
color: #CBD3A8;
}
</style>
background-color css
<style>
a { background-color: #CBD3A8; }
a { background-color: rgb(203,211,168); }
div.DivClassName
{
background-color: #CBD3A8;
}
.BgClassName
{
background-color: #CBD3A8;
}
</style>
border-color css
<style>
span { border-color: #CBD3A8; }
span { border-color: rgb(203,211,168); }
td.TdClassName
{
border-color: #CBD3A8;
}
.TagClassName
{
border-color: #CBD3A8;
}
</style>