Shades of Orinoco #CBCDA8
Tints of Orinoco #CBCDA8
RGB
CMYK
RGB Variations
Color information
#CBCDA8 (or 0xCBCDA8) is known color: Orinoco. HEX triplet: CB, CD and A8. RGB value is (203,205,168). Sum of RGB (Red+Green+Blue) = 203+205+168=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCDA8 is #343257. Grayscale: #C8C8C8. Windows color (decimal): -3420760 or 11062731. OLE color: 11062731.
HSL color Cylindrical-coordinate representation of color #CBCDA8: hue angle of 63.24º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBCDA8 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 168 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.20 |
| HSL | 63.24º | 0.27% | 0.73% | - |
| HSV(B) | 63.24º | 0.18% | 0.8% | - |
| XYZ | 53.53 | 59.19 | 45.65 | - |
| YUV | 200.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 168 | 0.01 | 0 | 0.18 | 0.20 | 63.24 | 0.27 | 0.73 |
| Hex | CB | CD | A8 | 1 | 0 | 12 | 14 | 3F | 1B | 49 |
| Octal | 313 | 315 | 250 | 1 | 0 | 22 | 24 | 77 | 33 | 111 |
| Binary | 11001011 | 11001101 | 10101000 | 1 | 0 | 10010 | 10100 | 111111 | 11011 | 1001001 |
Color Harmonies of #CBCDA8
Complementary color
Monochromatic Colors of #CBCDA8
Black with #CBCDA8
Text Example
Text Example
White with #CBCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDA8; }
p { color: rgb(203,205,168); }
H1.HeaderClassName
{
color: #CBCDA8;
}
.AnyTagClassName
{
color: #CBCDA8;
}
</style>
background-color css
<style>
a { background-color: #CBCDA8; }
a { background-color: rgb(203,205,168); }
div.DivClassName
{
background-color: #CBCDA8;
}
.BgClassName
{
background-color: #CBCDA8;
}
</style>
border-color css
<style>
span { border-color: #CBCDA8; }
span { border-color: rgb(203,205,168); }
td.TdClassName
{
border-color: #CBCDA8;
}
.TagClassName
{
border-color: #CBCDA8;
}
</style>