Shades of Orinoco #CBD1A5
Tints of Orinoco #CBD1A5
RGB
CMYK
RGB Variations
Color information
#CBD1A5 (or 0xCBD1A5) is known color: Orinoco. HEX triplet: CB, D1 and A5. RGB value is (203,209,165). Sum of RGB (Red+Green+Blue) = 203+209+165=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD1A5 is #342E5A. Grayscale: #CACACA. Windows color (decimal): -3419739 or 10867147. OLE color: 10867147.
HSL color Cylindrical-coordinate representation of color #CBD1A5: hue angle of 68.18º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBD1A5 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 165 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.18 |
| HSL | 68.18º | 0.32% | 0.73% | - |
| HSV(B) | 68.18º | 0.21% | 0.82% | - |
| XYZ | 54.22 | 61.01 | 44.52 | - |
| YUV | 202.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 165 | 0.03 | 0 | 0.21 | 0.18 | 68.18 | 0.32 | 0.73 |
| Hex | CB | D1 | A5 | 3 | 0 | 15 | 12 | 44 | 20 | 49 |
| Octal | 313 | 321 | 245 | 3 | 0 | 25 | 22 | 104 | 40 | 111 |
| Binary | 11001011 | 11010001 | 10100101 | 11 | 0 | 10101 | 10010 | 1000100 | 100000 | 1001001 |
Color Harmonies of #CBD1A5
Complementary color
Monochromatic Colors of #CBD1A5
Black with #CBD1A5
Text Example
Text Example
White with #CBD1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1A5; }
p { color: rgb(203,209,165); }
H1.HeaderClassName
{
color: #CBD1A5;
}
.AnyTagClassName
{
color: #CBD1A5;
}
</style>
background-color css
<style>
a { background-color: #CBD1A5; }
a { background-color: rgb(203,209,165); }
div.DivClassName
{
background-color: #CBD1A5;
}
.BgClassName
{
background-color: #CBD1A5;
}
</style>
border-color css
<style>
span { border-color: #CBD1A5; }
span { border-color: rgb(203,209,165); }
td.TdClassName
{
border-color: #CBD1A5;
}
.TagClassName
{
border-color: #CBD1A5;
}
</style>