Shades of Orinoco #CFD1AC
Tints of Orinoco #CFD1AC
RGB
CMYK
RGB Variations
Color information
#CFD1AC (or 0xCFD1AC) is known color: Orinoco. HEX triplet: CF, D1 and AC. RGB value is (207,209,172). Sum of RGB (Red+Green+Blue) = 207+209+172=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD1AC is #302E53. Grayscale: #CCCCCC. Windows color (decimal): -3157588 or 11325903. OLE color: 11325903.
HSL color Cylindrical-coordinate representation of color #CFD1AC: hue angle of 63.24º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFD1AC is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 172 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.18 |
| HSL | 63.24º | 0.29% | 0.75% | - |
| HSV(B) | 63.24º | 0.18% | 0.82% | - |
| XYZ | 55.98 | 61.84 | 48.02 | - |
| YUV | 204.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 172 | 0.01 | 0 | 0.18 | 0.18 | 63.24 | 0.29 | 0.75 |
| Hex | CF | D1 | AC | 1 | 0 | 12 | 12 | 3F | 1D | 4B |
| Octal | 317 | 321 | 254 | 1 | 0 | 22 | 22 | 77 | 35 | 113 |
| Binary | 11001111 | 11010001 | 10101100 | 1 | 0 | 10010 | 10010 | 111111 | 11101 | 1001011 |
Color Harmonies of #CFD1AC
Complementary color
Monochromatic Colors of #CFD1AC
Black with #CFD1AC
Text Example
Text Example
White with #CFD1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1AC; }
p { color: rgb(207,209,172); }
H1.HeaderClassName
{
color: #CFD1AC;
}
.AnyTagClassName
{
color: #CFD1AC;
}
</style>
background-color css
<style>
a { background-color: #CFD1AC; }
a { background-color: rgb(207,209,172); }
div.DivClassName
{
background-color: #CFD1AC;
}
.BgClassName
{
background-color: #CFD1AC;
}
</style>
border-color css
<style>
span { border-color: #CFD1AC; }
span { border-color: rgb(207,209,172); }
td.TdClassName
{
border-color: #CFD1AC;
}
.TagClassName
{
border-color: #CFD1AC;
}
</style>