Shades of Orinoco #CFD3AB
Tints of Orinoco #CFD3AB
RGB
CMYK
RGB Variations
Color information
#CFD3AB (or 0xCFD3AB) is known color: Orinoco. HEX triplet: CF, D3 and AB. RGB value is (207,211,171). Sum of RGB (Red+Green+Blue) = 207+211+171=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD3AB is #302C54. Grayscale: #CDCDCD. Windows color (decimal): -3157077 or 11260879. OLE color: 11260879.
HSL color Cylindrical-coordinate representation of color #CFD3AB: hue angle of 66º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD3AB is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 171 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.17 |
| HSL | 66º | 0.31% | 0.75% | - |
| HSV(B) | 66º | 0.19% | 0.83% | - |
| XYZ | 56.38 | 62.79 | 47.68 | - |
| YUV | 205.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 171 | 0.02 | 0 | 0.19 | 0.17 | 66 | 0.31 | 0.75 |
| Hex | CF | D3 | AB | 2 | 0 | 13 | 11 | 42 | 1F | 4B |
| Octal | 317 | 323 | 253 | 2 | 0 | 23 | 21 | 102 | 37 | 113 |
| Binary | 11001111 | 11010011 | 10101011 | 10 | 0 | 10011 | 10001 | 1000010 | 11111 | 1001011 |
Color Harmonies of #CFD3AB
Complementary color
Monochromatic Colors of #CFD3AB
Black with #CFD3AB
Text Example
Text Example
White with #CFD3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3AB; }
p { color: rgb(207,211,171); }
H1.HeaderClassName
{
color: #CFD3AB;
}
.AnyTagClassName
{
color: #CFD3AB;
}
</style>
background-color css
<style>
a { background-color: #CFD3AB; }
a { background-color: rgb(207,211,171); }
div.DivClassName
{
background-color: #CFD3AB;
}
.BgClassName
{
background-color: #CFD3AB;
}
</style>
border-color css
<style>
span { border-color: #CFD3AB; }
span { border-color: rgb(207,211,171); }
td.TdClassName
{
border-color: #CFD3AB;
}
.TagClassName
{
border-color: #CFD3AB;
}
</style>