Shades of Orinoco #CBCDA3
Tints of Orinoco #CBCDA3
RGB
CMYK
RGB Variations
Color information
#CBCDA3 (or 0xCBCDA3) is known color: Orinoco. HEX triplet: CB, CD and A3. RGB value is (203,205,163). Sum of RGB (Red+Green+Blue) = 203+205+163=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCDA3 is #34325C. Grayscale: #C7C7C7. Windows color (decimal): -3420765 or 10735051. OLE color: 10735051.
HSL color Cylindrical-coordinate representation of color #CBCDA3: hue angle of 62.86º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBCDA3 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 163 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.20 |
| HSL | 62.86º | 0.3% | 0.72% | - |
| HSV(B) | 62.86º | 0.2% | 0.8% | - |
| XYZ | 53.07 | 59 | 43.24 | - |
| YUV | 199.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 163 | 0.01 | 0 | 0.20 | 0.20 | 62.86 | 0.3 | 0.72 |
| Hex | CB | CD | A3 | 1 | 0 | 14 | 14 | 3F | 1E | 48 |
| Octal | 313 | 315 | 243 | 1 | 0 | 24 | 24 | 77 | 36 | 110 |
| Binary | 11001011 | 11001101 | 10100011 | 1 | 0 | 10100 | 10100 | 111111 | 11110 | 1001000 |
Color Harmonies of #CBCDA3
Complementary color
Monochromatic Colors of #CBCDA3
Black with #CBCDA3
Text Example
Text Example
White with #CBCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDA3; }
p { color: rgb(203,205,163); }
H1.HeaderClassName
{
color: #CBCDA3;
}
.AnyTagClassName
{
color: #CBCDA3;
}
</style>
background-color css
<style>
a { background-color: #CBCDA3; }
a { background-color: rgb(203,205,163); }
div.DivClassName
{
background-color: #CBCDA3;
}
.BgClassName
{
background-color: #CBCDA3;
}
</style>
border-color css
<style>
span { border-color: #CBCDA3; }
span { border-color: rgb(203,205,163); }
td.TdClassName
{
border-color: #CBCDA3;
}
.TagClassName
{
border-color: #CBCDA3;
}
</style>