Shades of Orinoco #CFD0AB
Tints of Orinoco #CFD0AB
RGB
CMYK
RGB Variations
Color information
#CFD0AB (or 0xCFD0AB) is known color: Orinoco. HEX triplet: CF, D0 and AB. RGB value is (207,208,171). Sum of RGB (Red+Green+Blue) = 207+208+171=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD0AB is #302F54. Grayscale: #CBCBCB. Windows color (decimal): -3157845 or 11260111. OLE color: 11260111.
HSL color Cylindrical-coordinate representation of color #CFD0AB: hue angle of 61.62º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFD0AB is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 171 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.18 |
| HSL | 61.62º | 0.28% | 0.74% | - |
| HSV(B) | 61.62º | 0.18% | 0.82% | - |
| XYZ | 55.64 | 61.32 | 47.43 | - |
| YUV | 203.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 171 | 0.00 | 0 | 0.18 | 0.18 | 61.62 | 0.28 | 0.74 |
| Hex | CF | D0 | AB | 0 | 0 | 12 | 12 | 3E | 1C | 4A |
| Octal | 317 | 320 | 253 | 0 | 0 | 22 | 22 | 76 | 34 | 112 |
| Binary | 11001111 | 11010000 | 10101011 | 0 | 0 | 10010 | 10010 | 111110 | 11100 | 1001010 |
Color Harmonies of #CFD0AB
Complementary color
Monochromatic Colors of #CFD0AB
Black with #CFD0AB
Text Example
Text Example
White with #CFD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0AB; }
p { color: rgb(207,208,171); }
H1.HeaderClassName
{
color: #CFD0AB;
}
.AnyTagClassName
{
color: #CFD0AB;
}
</style>
background-color css
<style>
a { background-color: #CFD0AB; }
a { background-color: rgb(207,208,171); }
div.DivClassName
{
background-color: #CFD0AB;
}
.BgClassName
{
background-color: #CFD0AB;
}
</style>
border-color css
<style>
span { border-color: #CFD0AB; }
span { border-color: rgb(207,208,171); }
td.TdClassName
{
border-color: #CFD0AB;
}
.TagClassName
{
border-color: #CFD0AB;
}
</style>