Shades of Orinoco #CBD3A4
Tints of Orinoco #CBD3A4
RGB
CMYK
RGB Variations
Color information
#CBD3A4 (or 0xCBD3A4) is known color: Orinoco. HEX triplet: CB, D3 and A4. RGB value is (203,211,164). Sum of RGB (Red+Green+Blue) = 203+211+164=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD3A4 is #342C5B. Grayscale: #CBCBCB. Windows color (decimal): -3419228 or 10802123. OLE color: 10802123.
HSL color Cylindrical-coordinate representation of color #CBD3A4: hue angle of 70.21º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBD3A4 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 164 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.17 |
| HSL | 70.21º | 0.35% | 0.74% | - |
| HSV(B) | 70.21º | 0.22% | 0.83% | - |
| XYZ | 54.62 | 61.97 | 44.2 | - |
| YUV | 203.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 164 | 0.04 | 0 | 0.22 | 0.17 | 70.21 | 0.35 | 0.74 |
| Hex | CB | D3 | A4 | 4 | 0 | 16 | 11 | 46 | 23 | 4A |
| Octal | 313 | 323 | 244 | 4 | 0 | 26 | 21 | 106 | 43 | 112 |
| Binary | 11001011 | 11010011 | 10100100 | 100 | 0 | 10110 | 10001 | 1000110 | 100011 | 1001010 |
Color Harmonies of #CBD3A4
Complementary color
Monochromatic Colors of #CBD3A4
Black with #CBD3A4
Text Example
Text Example
White with #CBD3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3A4; }
p { color: rgb(203,211,164); }
H1.HeaderClassName
{
color: #CBD3A4;
}
.AnyTagClassName
{
color: #CBD3A4;
}
</style>
background-color css
<style>
a { background-color: #CBD3A4; }
a { background-color: rgb(203,211,164); }
div.DivClassName
{
background-color: #CBD3A4;
}
.BgClassName
{
background-color: #CBD3A4;
}
</style>
border-color css
<style>
span { border-color: #CBD3A4; }
span { border-color: rgb(203,211,164); }
td.TdClassName
{
border-color: #CBD3A4;
}
.TagClassName
{
border-color: #CBD3A4;
}
</style>