Shades of Orinoco #CBD5AC
Tints of Orinoco #CBD5AC
RGB
CMYK
RGB Variations
Color information
#CBD5AC (or 0xCBD5AC) is known color: Orinoco. HEX triplet: CB, D5 and AC. RGB value is (203,213,172). Sum of RGB (Red+Green+Blue) = 203+213+172=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD5AC is #342A53. Grayscale: #CDCDCD. Windows color (decimal): -3418708 or 11326923. OLE color: 11326923.
HSL color Cylindrical-coordinate representation of color #CBD5AC: hue angle of 74.63º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBD5AC is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 172 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.16 |
| HSL | 74.63º | 0.33% | 0.75% | - |
| HSV(B) | 74.63º | 0.19% | 0.84% | - |
| XYZ | 55.87 | 63.26 | 48.3 | - |
| YUV | 205.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 172 | 0.05 | 0 | 0.19 | 0.16 | 74.63 | 0.33 | 0.75 |
| Hex | CB | D5 | AC | 5 | 0 | 13 | 10 | 4B | 21 | 4B |
| Octal | 313 | 325 | 254 | 5 | 0 | 23 | 20 | 113 | 41 | 113 |
| Binary | 11001011 | 11010101 | 10101100 | 101 | 0 | 10011 | 10000 | 1001011 | 100001 | 1001011 |
Color Harmonies of #CBD5AC
Complementary color
Monochromatic Colors of #CBD5AC
Black with #CBD5AC
Text Example
Text Example
White with #CBD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5AC; }
p { color: rgb(203,213,172); }
H1.HeaderClassName
{
color: #CBD5AC;
}
.AnyTagClassName
{
color: #CBD5AC;
}
</style>
background-color css
<style>
a { background-color: #CBD5AC; }
a { background-color: rgb(203,213,172); }
div.DivClassName
{
background-color: #CBD5AC;
}
.BgClassName
{
background-color: #CBD5AC;
}
</style>
border-color css
<style>
span { border-color: #CBD5AC; }
span { border-color: rgb(203,213,172); }
td.TdClassName
{
border-color: #CBD5AC;
}
.TagClassName
{
border-color: #CBD5AC;
}
</style>