Shades of Orinoco #CBCDA5
Tints of Orinoco #CBCDA5
RGB
CMYK
RGB Variations
Color information
#CBCDA5 (or 0xCBCDA5) is known color: Orinoco. HEX triplet: CB, CD and A5. RGB value is (203,205,165). Sum of RGB (Red+Green+Blue) = 203+205+165=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCDA5 is #34325A. Grayscale: #C8C8C8. Windows color (decimal): -3420763 or 10866123. OLE color: 10866123.
HSL color Cylindrical-coordinate representation of color #CBCDA5: hue angle of 63º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBCDA5 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 165 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.20 |
| HSL | 63º | 0.29% | 0.73% | - |
| HSV(B) | 63º | 0.2% | 0.8% | - |
| XYZ | 53.25 | 59.08 | 44.19 | - |
| YUV | 199.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 165 | 0.01 | 0 | 0.20 | 0.20 | 63 | 0.29 | 0.73 |
| Hex | CB | CD | A5 | 1 | 0 | 14 | 14 | 3F | 1D | 49 |
| Octal | 313 | 315 | 245 | 1 | 0 | 24 | 24 | 77 | 35 | 111 |
| Binary | 11001011 | 11001101 | 10100101 | 1 | 0 | 10100 | 10100 | 111111 | 11101 | 1001001 |
Color Harmonies of #CBCDA5
Complementary color
Monochromatic Colors of #CBCDA5
Black with #CBCDA5
Text Example
Text Example
White with #CBCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDA5; }
p { color: rgb(203,205,165); }
H1.HeaderClassName
{
color: #CBCDA5;
}
.AnyTagClassName
{
color: #CBCDA5;
}
</style>
background-color css
<style>
a { background-color: #CBCDA5; }
a { background-color: rgb(203,205,165); }
div.DivClassName
{
background-color: #CBCDA5;
}
.BgClassName
{
background-color: #CBCDA5;
}
</style>
border-color css
<style>
span { border-color: #CBCDA5; }
span { border-color: rgb(203,205,165); }
td.TdClassName
{
border-color: #CBCDA5;
}
.TagClassName
{
border-color: #CBCDA5;
}
</style>