Shades of Orinoco #CFD3AC
Tints of Orinoco #CFD3AC
RGB
CMYK
RGB Variations
Color information
#CFD3AC (or 0xCFD3AC) is known color: Orinoco. HEX triplet: CF, D3 and AC. RGB value is (207,211,172). Sum of RGB (Red+Green+Blue) = 207+211+172=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD3AC is #302C53. Grayscale: #CDCDCD. Windows color (decimal): -3157076 or 11326415. OLE color: 11326415.
HSL color Cylindrical-coordinate representation of color #CFD3AC: hue angle of 66.15º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFD3AC is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 172 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.17 |
| HSL | 66.15º | 0.31% | 0.75% | - |
| HSV(B) | 66.15º | 0.18% | 0.83% | - |
| XYZ | 56.47 | 62.83 | 48.18 | - |
| YUV | 205.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 172 | 0.02 | 0 | 0.18 | 0.17 | 66.15 | 0.31 | 0.75 |
| Hex | CF | D3 | AC | 2 | 0 | 12 | 11 | 42 | 1F | 4B |
| Octal | 317 | 323 | 254 | 2 | 0 | 22 | 21 | 102 | 37 | 113 |
| Binary | 11001111 | 11010011 | 10101100 | 10 | 0 | 10010 | 10001 | 1000010 | 11111 | 1001011 |
Color Harmonies of #CFD3AC
Complementary color
Monochromatic Colors of #CFD3AC
Black with #CFD3AC
Text Example
Text Example
White with #CFD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3AC; }
p { color: rgb(207,211,172); }
H1.HeaderClassName
{
color: #CFD3AC;
}
.AnyTagClassName
{
color: #CFD3AC;
}
</style>
background-color css
<style>
a { background-color: #CFD3AC; }
a { background-color: rgb(207,211,172); }
div.DivClassName
{
background-color: #CFD3AC;
}
.BgClassName
{
background-color: #CFD3AC;
}
</style>
border-color css
<style>
span { border-color: #CFD3AC; }
span { border-color: rgb(207,211,172); }
td.TdClassName
{
border-color: #CFD3AC;
}
.TagClassName
{
border-color: #CFD3AC;
}
</style>